Skip to content

Commit

Permalink
Merge pull request #382 from MaRDI4NFDI/change_update_schedule
Browse files Browse the repository at this point in the history
look for updates on monday at 1 am
  • Loading branch information
LizzAlice authored Jul 7, 2023
2 parents dd31859 + 7d14645 commit ab52d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ services:
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: --include-stopped --revive-stopped --schedule "0 0 1 * * *" --http-api-metrics --http-api-token ${WATCHTOWER_API_TOKEN}
command: --include-stopped --revive-stopped --schedule "0 0 1 * * 1" --http-api-metrics --http-api-token ${WATCHTOWER_API_TOKEN}
restart: always

volumes:
Expand Down

0 comments on commit ab52d7e

Please sign in to comment.