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 | e871bbed5600834b618b929055b8fdc5f6262a47 (patch) | |
tree | 10401138310e44b3c5cf771e949733f03f22b016 | |
parent | 8bf9224776e03063ab4f6a39f53b2bcf1185bbd1 (diff) | |
download | crupest-e871bbed5600834b618b929055b8fdc5f6262a47.tar.gz crupest-e871bbed5600834b618b929055b8fdc5f6262a47.tar.bz2 crupest-e871bbed5600834b618b929055b8fdc5f6262a47.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 |