diff --git a/2FAuth/Compose.yaml b/2FAuth/Compose.yaml index bd4ba50..1e4fb51 100644 --- a/2FAuth/Compose.yaml +++ b/2FAuth/Compose.yaml @@ -46,7 +46,7 @@ services: # nothing will get logged, ever. - LOG_LEVEL=notice # Database config (can only be sqlite) - - DB_DATABASE="/srv/database/database.sqlite" + - DB_DATABASE="/srv/docker/2fauth/database/database.sqlite" # If you're looking for performance improvements, you could install memcached. - CACHE_DRIVER=file - SESSION_DRIVER=file