Update docker-compose.yml

pull/2/head
LRVT 2023-02-19 14:19:15 +01:00 zatwierdzone przez GitHub
rodzic 6ef65f66bf
commit c583c0f7e5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -12,7 +12,7 @@ services:
#- WATCHTOWER_NOTIFICATION_EMAIL_TO=john.doe@example.com
#- WATCHTOWER_NOTIFICATION_EMAIL_SERVER=smtp.google.com
#- WATCHTOWER_NOTIFICATIONS=email
- WATCHTOWER_SCHEDULE=0 0 6 * * * # see https://containrrr.dev/watchtower/arguments/#scheduling
- WATCHTOWER_SCHEDULE=0 0 6 * * * # requires a go cron syntax of 6 space-separated fields; see https://containrrr.dev/watchtower/arguments/#scheduling
- WATCHTOWER_CLEANUP=true # remove unused images afterwards
image: containrrr/watchtower:latest
labels: