From 9743ffb0cdfc3b97095526cfd02c82f9bc17388b Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Thu, 4 Jun 2020 17:49:02 +1000 Subject: [PATCH] reformatted watchtower to work --- docker-compose.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 09b8a20..3c4d5be 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -228,14 +228,14 @@ services: - "traefik.http.routers.isotope-client.tls=true" # auto-update docker images -watchtower: - image: containrrr/watchtower - container_name: watchtower - # should use --cleanup as well... - command: --schedule "0 0 3 * * *" --debug --stop-timeout 60s - restart: always - volumes: - - /var/run/docker.sock:/var/run/docker.sock + watchtower: + image: containrrr/watchtower + container_name: watchtower + # should use --cleanup as well... + command: --schedule "0 0 3 * * *" --debug --stop-timeout 60s + restart: always + volumes: + - /var/run/docker.sock:/var/run/docker.sock # override the default network to use the "user-generated" plex-net # weirdy, ONLY, user-generated networks allow DNS service discovery