Expand storage on docker

docker run -d --restart unless-stopped -p 28967:28967
-p 14002:14002
-e WALLET=“MY_WALLET_ADDRESS”
-e EMAIL=“my@email.com”
-e ADDRESS=“xxx.xxx.xxx.xxx:28967”
-e BANDWIDTH=“40TB”
-e STORAGE=“800GB”
–mount type=bind,source="/root/.local/share/storj/identity/storagenode",destination=/app/identity
–mount type=bind,source="/media/1tb/",destination=/app/config
–name storagenode storjlabs/storagenode:beta

The mount point is a second .raw disk image, that i will move with the proxmox storage management to the new 4tb storage, after i will expand directly from proxmox.
Therefore i will not loose the mount point or the storage.

1 Like