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