mirror of
https://github.com/coaidev/coai.git
synced 2025-05-19 21:10:18 +09:00
fix: watchtower retries causing service crash (#309)
fix: watchtower retries causing service crash
This commit is contained in:
commit
6b603c7800
@ -67,7 +67,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
command: --interval 30
|
command: --interval 3600 --stop-timeout 60
|
||||||
networks:
|
networks:
|
||||||
- chatnio-network
|
- chatnio-network
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user