Hi team,
with reading the official docs and a lot in this community I was able to set up two containers on my Synology.
As I have to update these now, I got questions.
In the docs they write we have to mount the data and identity folders with fstab on linux.
So I guess I need to do this on my Synology this way, but fstab is not available there, so I didn’t.
My run command is as follows:
sudo docker run -d --restart unless-stopped --stop-timeout 300
-p 28967:28967
-p 14002:14002
-e WALLET=“xxx”
-e EMAIL=“xxx”
-e ADDRESS=“xxx:28967”
-e STORAGE=“1TB”
–mount type=bind,source="/volume1/docker/storj/config/identity",destination=/app/identity
–mount type=bind,source="/volume1/docker/storj/config",destination=/app/config
–name storagenode storjlabs/storagenode:latest
So I have mounted it with it, can I assume that I can normally shutdown the container / Synology for updates and everything starts again with the mounts?
And also can I just use watchtower with this and everything is fine?
Thanks a lot for help,
Andy