upgrade docker compose file to version latest

This commit is contained in:
James Swineson 2023-06-23 21:41:00 +08:00 committed by GitHub
parent 3d032cc68b
commit 8fdf9f1a2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View 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

View File

@ -1,5 +1,3 @@
version: "2.0"
services: services:
ripe-atlas: ripe-atlas:
image: jamesits/ripe-atlas:latest image: jamesits/ripe-atlas:latest