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": [ "volumes": [
{ {
"hostPath": "${APP_DATA_DIR}/data/database", "hostPath": "${APP_DATA_DIR}/data/database/database.sqlite",
"containerPath": "/app/database/", "containerPath": "/app/database/database.sqlite",
"readOnly": false, "readOnly": false,
"shared": false, "shared": false,
"private": false "private": false