Update 2FAuth/Compose.yaml

This commit is contained in:
2025-11-30 00:44:15 +00:00
parent 1c70876532
commit 14bff0f128
+1 -1
View File
@@ -46,7 +46,7 @@ services:
# nothing will get logged, ever. # nothing will get logged, ever.
- LOG_LEVEL=notice - LOG_LEVEL=notice
# Database config (can only be sqlite) # 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. # If you're looking for performance improvements, you could install memcached.
- CACHE_DRIVER=file - CACHE_DRIVER=file
- SESSION_DRIVER=file - SESSION_DRIVER=file