mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'restart-watchtower' into 'master'
docker-compose.yml: ensure watchtower restarts too See merge request veloren/veloren!3795
This commit is contained in:
commit
6b12da92af
@ -19,3 +19,4 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
command: --interval 30 --stop-timeout 130s --cleanup veloren-game-server-master
|
command: --interval 30 --stop-timeout 130s --cleanup veloren-game-server-master
|
||||||
|
restart: on-failure:0
|
||||||
|
Loading…
Reference in New Issue
Block a user