Use private registry for watchtower.

This commit is contained in:
2022-06-20 11:36:37 +02:00
parent fce6d8aad3
commit bfbb658f28
2 changed files with 11 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ services:
volumes:
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock
- ./watchtower-config.json:/config.json
environment:
WATCHTOWER_INCLUDE_STOPPED: true
WATCHTOWER_MONITOR_ONLY: true