mirror of
https://github.com/minoplhy/docker-ripe-atlas.git
synced 2025-04-20 20:06:58 +00:00
9 lines
387 B
YAML
9 lines
387 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 # enable only if you need it
|
|
command: --cleanup --include-restarting --include-stopped --revive-stopped --label-enable
|