From 9f638d23bc4c59efd91e40f46941c30d029a968a Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 8 Aug 2019 10:12:41 +0200 Subject: [PATCH] fix typo REPO_PASS(WORD) in docker-compose.yml --- doc/docker/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docker/docker-compose.yml b/doc/docker/docker-compose.yml index 7d4b4cfa49..9f59929c68 100644 --- a/doc/docker/docker-compose.yml +++ b/doc/docker/docker-compose.yml @@ -105,7 +105,7 @@ services: environment: - WATCHTOWER_CLEANUP=true # delete old image after update to not fill up the disk #- REPO_USER="your-repo-username" - #- REPO_PASSWORD="your-repo-password" + #- REPO_PASS="your-repo-password" # for email notifications add your email and mail-server here #- WATCHTOWER_NOTIFICATIONS=email #- WATCHTOWER_NOTIFICATIONS_LEVEL=info # possible values: panic, fatal, error, warn, info or debug