Increase allocation size of existing container

Hey All,
How does one increase the size of a storagenode once created? I started with 5 tb and now I want to increase to 10 tb on the same container.
Cheers,
Adam

1 Like

Hello @Screechingcrow,
Welcome to the forum!

To change any parameter you should stop and remove the container and run it back with all your parameters include changed ones.
To stop the container: docker stop -t 300 storagenode
To remove the container: docker rm storagenode
To run your container: https://documentation.storj.io/setup/storage-node#running-the-storage-node

3 Likes

Thank you Alexey. This worked.