fix: Fixes volume mount to not be read only.

This commit is contained in:
2025-04-11 11:19:46 -04:00
parent 0f12193a49
commit c524b369bd

View File

@@ -7,7 +7,7 @@ services:
LOG_LEVEL: ${LOG_LEVEL:-debug}
SQLITE_FILENAME: ${SQLITE_FILENAME:-/data/db.sqlite}
volumes:
- ${DATA_MNT}:/data
- ${DATA_MNT}:/data:z
networks:
- proxy
ports: