diff --git a/Synology-DSM-Installation-Guide.md b/Synology-DSM-Installation-Guide.md index 93c9cb9..ffcbd36 100644 --- a/Synology-DSM-Installation-Guide.md +++ b/Synology-DSM-Installation-Guide.md @@ -14,7 +14,7 @@ Steps: 2. Next, we need to download/pull and install the docker container. We can do all this with a single "docker run" command via shell. 1. First, SSH into Synology. - 2. Then, run the following docker run command as sudo: `sudo docker run -d --name watchtower -v /volume1/docker/docker.sock:/var/run/docker.sock centurylink/watchtower --interval 82800 --cleanup` + 2. Then, run the following docker run command as sudo: `sudo docker run -d --name watchtower -v /volume1/docker/docker.sock:/var/run/docker.sock v2tec/watchtower --interval 82800 --cleanup` 3. You will now be able to run Watchtower via the Synology Docker GUI. You may also set it to restart automatically within the container settings.