Update docker-compose.watch.yaml

fix watchpower command param
This commit is contained in:
GreenDreamer 2025-01-31 19:37:07 +08:00 committed by GitHub
parent 6b603c7800
commit 26f2218ab5
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 3600 --stop-timeout 60
command: --interval 3600 --stop-timeout 60s
networks:
- chatnio-network