changed app linkace: changed sqlite volume config

This commit is contained in:
Markus 2025-11-10 22:34:24 +01:00
parent afd67669cb
commit c6d15d8df1

View file

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