fix: watchtower retries causing service crash (#309)

fix: watchtower retries causing service crash
This commit is contained in:
Minghan Zhang 2024-12-08 12:42:24 +08:00 committed by GitHub
commit 6b603c7800
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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