changed app wallabag: added db volume
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
Markus 2025-11-23 23:04:25 +01:00
parent 6eeffae436
commit 55f37f561f

View file

@ -20,6 +20,13 @@
"readOnly": false, "readOnly": false,
"shared": false, "shared": false,
"private": false "private": false
},
{
"hostPath": "${APP_DATA_DIR}/data/db",
"containerPath": "/var/www/wallabag/data/db",
"readOnly": false,
"shared": false,
"private": false
} }
], ],
"dependsOn": { "dependsOn": {