diff --git a/Synology-DSM-Installation-Guide.md b/Synology-DSM-Installation-Guide.md index 2152a08..77e1c84 100644 --- a/Synology-DSM-Installation-Guide.md +++ b/Synology-DSM-Installation-Guide.md @@ -5,4 +5,4 @@ Steps: 2. docker run command: `sudo docker run -d --name watchtower -v /volume1/docker/docker.sock:/var/run/docker.sock centurylink/watchtower --interval 82800 --cleanup` -Note: The symlink to docker.sock is important (vs pointing to /var/run/docker.sock directly) to make it to able restart from the Synology GUI. +Note: The symlink to docker.sock is important (vs pointing to /var/run/docker.sock directly) to make it restartable in the Synology GUI.