diff options
Diffstat (limited to 'templates/docker-compose.yaml.template')
-rw-r--r-- | templates/docker-compose.yaml.template | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/docker-compose.yaml.template b/templates/docker-compose.yaml.template index 532585b..fdf0d11 100644 --- a/templates/docker-compose.yaml.template +++ b/templates/docker-compose.yaml.template @@ -169,7 +169,8 @@ services: - APP_TIMEZONE=UTC - SITE_OWNER=crupest@crupest.life - APP_KEY=${CRUPEST_2FAUTH_APP_KEY} - - APP_URL=https://2fa.${CRUPEST_DOMAIN} + - APP_URL=https://${CRUPEST_DOMAIN}/2fa + - APP_SUBDIRECTORY=2fa - MAIL_MAILER=smtp - MAIL_HOST=mail.crupest.life - MAIL_PORT=465 |