Skip to content

Commit

Permalink
fix: watchtower retries causing service crash (#309)
Browse files Browse the repository at this point in the history
fix: watchtower retries causing service crash
  • Loading branch information
zmh-program authored Dec 8, 2024
2 parents eb44490 + a0831c2 commit 6b603c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.watch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6b603c7

Please sign in to comment.