watchtower should restart if it crashes
This commit is contained in:
parent
6fd1fd4387
commit
0d667e7fca
|
@ -105,6 +105,7 @@ services:
|
|||
- redis_data:/data
|
||||
|
||||
watchtower-service:
|
||||
restart: always
|
||||
image: containrrr/watchtower
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
|
Loading…
Reference in New Issue