diff --git a/watchtower/docker-compose.yaml b/watchtower/docker-compose.yaml index 604dd64..993a998 100644 --- a/watchtower/docker-compose.yaml +++ b/watchtower/docker-compose.yaml @@ -7,4 +7,4 @@ services: volumes: - /var/run/docker.sock:/var/run/docker.sock # - /root/.docker/config.json:/config.json - command: --interval 30 \ No newline at end of file + command: --interval 600 \ No newline at end of file