mirror of
https://github.com/minoplhy/docker-ripe-atlas.git
synced 2025-04-21 12:26:59 +00:00
upgrade docker compose file to version latest
This commit is contained in:
parent
3d032cc68b
commit
8fdf9f1a2e
8
docker-compose.watchtower.yaml
Normal file
8
docker-compose.watchtower.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
# 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
|
@ -1,5 +1,3 @@
|
||||
version: "2.0"
|
||||
|
||||
services:
|
||||
ripe-atlas:
|
||||
image: jamesits/ripe-atlas:latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user