Skip to content

Commit

Permalink
fix: watchtower retries causing service crash
Browse files Browse the repository at this point in the history
Fixes #308
  • Loading branch information
zmh-program committed Dec 8, 2024
1 parent eb44490 commit a0831c2
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 a0831c2

Please sign in to comment.