examples/compose: update image also for restarting containers

Signed-off-by: jj <log@riseup.net>
This commit is contained in:
jj 2024-05-16 18:34:35 +02:00 committed by GitHub
parent 068feb81ff
commit b3e36bd7ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,6 +59,6 @@ services:
watchtower: watchtower:
image: ghcr.io/containrrr/watchtower image: ghcr.io/containrrr/watchtower
restart: unless-stopped restart: unless-stopped
command: --cleanup --scope cobalt --interval 900 command: --cleanup --scope cobalt --interval 900 --include-restarting
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock