From e5eb99ce425f10372b0397e917f1ef7550758cd3 Mon Sep 17 00:00:00 2001 From: desimaniac Date: Tue, 21 Mar 2017 05:59:26 -0500 Subject: [PATCH] Updated Synology DSM Installation Guide (markdown) --- 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 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.