mirror of
https://github.com/coaidev/coai.git
synced 2025-05-20 05:20:15 +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
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
command: --interval 30
|
||||
command: --interval 3600 --stop-timeout 60
|
||||
networks:
|
||||
- chatnio-network
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user