From 4e7b1e78dceabecb12aa6335a29dade745f1e8d1 Mon Sep 17 00:00:00 2001 From: zenjabba Date: Mon, 7 Jun 2021 09:45:32 -0400 Subject: [PATCH] Update index.md (#976) Fix up formatting for docker-compose.yml --- docs/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 + ```