changed app linkace: changed sqlite volume config

This commit is contained in:
Markus 2025-11-10 22:32:16 +01:00
parent 0f8b7e9b72
commit afd67669cb

View file

@ -13,8 +13,8 @@
],
"volumes": [
{
"hostPath": "${APP_DATA_DIR}/data/database",
"containerPath": "/app/database/",
"hostPath": "${APP_DATA_DIR}/data/database/database.sqlite",
"containerPath": "/app/database/database.sqlite",
"readOnly": false,
"shared": false,
"private": false