diff --git a/.env.sample b/.env.sample index 777a532..bf0ef37 100644 --- a/.env.sample +++ b/.env.sample @@ -10,7 +10,7 @@ LETS_ENCRYPT_ENV=production GITLAB_CONF_VERSION=v1 GITLAB_ROOT_EMAIL="gitlab_admin@example.com" -SECRET_ADMIN_PASSWORD_VERSION=v1 +SECRET_INITIAL_ROOT_PASSWORD_VERSION=v1 ## Authentik Configuration # SSO_PROVIDER_HOST="authentik.mydomain.com" diff --git a/compose.yml b/compose.yml index eb47d1d..f9ca5c8 100644 --- a/compose.yml +++ b/compose.yml @@ -42,7 +42,7 @@ services: secrets: initial_root_pasword: external: true - name: ${STACK_NAME}_initial_root_password_${SECRET_ADMIN_PASSWORD_VERSION} + name: ${STACK_NAME}_initial_root_password_${SECRET_INITIAL_ROOT_PASSWORD_VERSION} volumes: gitlabconfig: