From 3470ee05cc93495525e4162ca2385ade768e9373 Mon Sep 17 00:00:00 2001 From: "B. Rossow" Date: Fri, 11 May 2018 15:51:28 -0500 Subject: [PATCH] centurylink > v2tec --- Synology-DSM-Installation-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.