Change watchtower to run daily

A holdover until less of the containers are using `:latest`
This commit is contained in:
Jake Howard 2020-10-09 23:20:07 +01:00
parent 5496744428
commit 6852b84406
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -8,5 +8,5 @@ services:
- /etc/timezone:/etc/timezone:ro
environment:
- WATCHTOWER_CLEANUP=true
- WATCHTOWER_POLL_INTERVAL=600
- WATCHTOWER_SCHEDULE=0 12 * * *
restart: unless-stopped