fix watchtower config which apparently broke due to an update
This commit is contained in:
parent
8ca4253e4b
commit
233a4736f1
1 changed files with 8 additions and 8 deletions
|
@ -1,9 +1,9 @@
|
||||||
WATCHTOWER_POLL_INTERVAL={{ watchtower_poll_interval }}
|
WATCHTOWER_POLL_INTERVAL={{ watchtower_poll_interval }}
|
||||||
WATCHTOWER_NOTIFICATIONS="{{ watchtower_notifications }}"
|
WATCHTOWER_NOTIFICATIONS={{ watchtower_notifications }}
|
||||||
WATCHTOWER_NOTIFICATION_EMAIL_FROM="{{ watchtower_notification_email_from }}"
|
WATCHTOWER_NOTIFICATION_EMAIL_FROM={{ watchtower_notification_email_from }}
|
||||||
WATCHTOWER_NOTIFICATION_EMAIL_TO="{{ watchtower_notification_email_to }}"
|
WATCHTOWER_NOTIFICATION_EMAIL_TO={{ watchtower_notification_email_to }}
|
||||||
WATCHTOWER_NOTIFICATION_EMAIL_SERVER="{{ watchtower_notification_email_server }}"
|
WATCHTOWER_NOTIFICATION_EMAIL_SERVER={{ watchtower_notification_email_server }}
|
||||||
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT="{{ watchtower_notification_email_server_port }}"
|
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT={{ watchtower_notification_email_server_port }}
|
||||||
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_USER="{{ watchtower_notification_email_server_user }}"
|
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_USER={{ watchtower_notification_email_server_user }}
|
||||||
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PASSWORD="{{ watchtower_notification_email_server_password }}"
|
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PASSWORD={{ watchtower_notification_email_server_password }}
|
||||||
WATCHTOWER_WARN_ON_HEAD_FAILURE="{{ watchtower_warn_on_head_failure }}"
|
WATCHTOWER_WARN_ON_HEAD_FAILURE={{ watchtower_warn_on_head_failure }}
|
||||||
|
|
Loading…
Reference in a new issue