reformatted watchtower to work
This commit is contained in:
@@ -228,14 +228,14 @@ services:
|
|||||||
- "traefik.http.routers.isotope-client.tls=true"
|
- "traefik.http.routers.isotope-client.tls=true"
|
||||||
|
|
||||||
# auto-update docker images
|
# auto-update docker images
|
||||||
watchtower:
|
watchtower:
|
||||||
image: containrrr/watchtower
|
image: containrrr/watchtower
|
||||||
container_name: watchtower
|
container_name: watchtower
|
||||||
# should use --cleanup as well...
|
# should use --cleanup as well...
|
||||||
command: --schedule "0 0 3 * * *" --debug --stop-timeout 60s
|
command: --schedule "0 0 3 * * *" --debug --stop-timeout 60s
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
||||||
# override the default network to use the "user-generated" plex-net
|
# override the default network to use the "user-generated" plex-net
|
||||||
# weirdy, ONLY, user-generated networks allow DNS service discovery
|
# weirdy, ONLY, user-generated networks allow DNS service discovery
|
||||||
|
|||||||
Reference in New Issue
Block a user