mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
examples/compose: update image also for restarting containers
Signed-off-by: jj <log@riseup.net>
This commit is contained in:
parent
068feb81ff
commit
b3e36bd7ab
1 changed files with 1 additions and 1 deletions
|
@ -59,6 +59,6 @@ services:
|
|||
watchtower:
|
||||
image: ghcr.io/containrrr/watchtower
|
||||
restart: unless-stopped
|
||||
command: --cleanup --scope cobalt --interval 900
|
||||
command: --cleanup --scope cobalt --interval 900 --include-restarting
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
|
Loading…
Reference in a new issue