From b56e41fda814469446867506252b1545938e58d0 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Fri, 20 Jan 2023 18:33:44 -0800 Subject: [PATCH] =?UTF-8?q?SECRET=5FSMTP=5FPASSWORD(=E2=86=92=20=5FVERSION?= =?UTF-8?q?)=20to=20match=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.sample | 2 +- compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.sample b/.env.sample index 0218464..75ba12d 100644 --- a/.env.sample +++ b/.env.sample @@ -8,7 +8,7 @@ LETS_ENCRYPT_ENV=production SECRET_DB_PASSWORD_VERSION=v1 SECRET_DB_ROOT_PASSWORD_VERSION=v1 SECRET_APP_SECRET_VERSION=v1 -SECRET_SMTP_PASSWORD=v1 +SECRET_SMTP_PASSWORD_VERSION=v1 # Wallabag options, see https://github.com/wallabag/docker SYMFONY__ENV__FOSUSER_REGISTRATION=true diff --git a/compose.yml b/compose.yml index 749ee7d..74f2562 100644 --- a/compose.yml +++ b/compose.yml @@ -89,7 +89,7 @@ secrets: name: ${STACK_NAME}_app_secret_${SECRET_APP_SECRET_VERSION} smtp_password: external: true - name: ${STACK_NAME}_smtp_password_${SECRET_SMTP_PASSWORD} + name: ${STACK_NAME}_smtp_password_${SECRET_SMTP_PASSWORD_VERSION} configs: entrypoint: