changed app readeck: updated volume config in docker-compose.json

This commit is contained in:
Markus 2025-11-10 23:01:51 +01:00
parent 626043dca8
commit 40d7117679

View file

@ -25,7 +25,7 @@
"internalPort": 8000,
"volumes": [
{
"hostPath": "readeck-data",
"hostPath": "${APP_DATA_DIR}/data/",
"containerPath": "/readeck",
"readOnly": false,
"shared": false,