diff --git a/docs/index.md b/docs/index.md index fd1ca1f..d59b3b1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -59,6 +59,7 @@ the following command: version: "3" services: watchtower: - image: containrrr/watchtower volumes: + image: containrrr/watchtower + volumes: - /var/run/docker.sock:/var/run/docker.sock - ``` \ No newline at end of file + ```