mirror of
https://github.com/minoplhy/docker-ripe-atlas.git
synced 2025-04-21 20:36:58 +00:00
9 lines
356 B
YAML
9 lines
356 B
YAML
|
# a very aggressive watchtower config, useful when deploying in a headless environment
|
||
|
services:
|
||
|
watchtower:
|
||
|
image: containrrr/watchtower
|
||
|
volumes:
|
||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||
|
- /root/.docker/config.json:/config.json
|
||
|
command: --cleanup --include-restarting --include-stopped --revive-stopped --label-enable
|