diff --git a/compose.yml b/compose.yml index dc0eb0b..077c947 100644 --- a/compose.yml +++ b/compose.yml @@ -8,12 +8,12 @@ services: networks: - plaster-network - watchtower: - image: ghcr.io/containrrr/watchtower - restart: unless-stopped - command: --cleanup --scope cobalt --interval 900 --include-restarting - volumes: - - /var/run/docker.sock:/var/run/docker.sock + watchtower: + image: ghcr.io/containrrr/watchtower + restart: unless-stopped + command: --cleanup --scope cobalt --interval 900 --include-restarting + volumes: + - /var/run/docker.sock:/var/run/docker.sock networks: plaster-network: driver: bridge