diff options
author | crupest <crupest@outlook.com> | 2024-11-04 22:52:11 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-11-04 22:52:11 +0800 |
commit | 2ef11650ad31b49fddb978b40f4abd6f32d7b7d9 (patch) | |
tree | 10401138310e44b3c5cf771e949733f03f22b016 | |
parent | c0655c3c91e7336712df3bace699bb66f28d7c0d (diff) | |
download | crupest-2ef11650ad31b49fddb978b40f4abd6f32d7b7d9.tar.gz crupest-2ef11650ad31b49fddb978b40f4abd6f32d7b7d9.tar.bz2 crupest-2ef11650ad31b49fddb978b40f4abd6f32d7b7d9.zip |
fix(2fa): remove not needed paths.
-rw-r--r-- | template/docker-compose.yaml.template | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index d2ddfbd..304883d 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -195,15 +195,13 @@ services: image: 2fauth/2fauth container_name: 2fauth volumes: - - ./data/2fauth/work-dir:/2fauth - - ./data/2fauth/database:/srv/database + - ./data/2fauth:/2fauth environment: - APP_NAME=2FAuth-crupest - APP_TIMEZONE=UTC - SITE_OWNER=crupest@crupest.life - APP_KEY=${CRUPEST_2FAUTH_APP_KEY} - APP_URL=https://2fa.${CRUPEST_DOMAIN} - - DB_DATABASE="/srv/database/database.sqlite" - MAIL_MAILER=smtp - MAIL_HOST=smtp.crupest.life - MAIL_PORT=465 |