From 2ef11650ad31b49fddb978b40f4abd6f32d7b7d9 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 4 Nov 2024 22:52:11 +0800 Subject: fix(2fa): remove not needed paths. --- template/docker-compose.yaml.template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'template/docker-compose.yaml.template') 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 -- cgit v1.2.3