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: