fixed volume mapping path

This commit is contained in:
cody conder
2025-11-27 20:22:45 -06:00
parent 475bc4d4be
commit b7173f0ecd

View File

@@ -14,7 +14,7 @@
"volumes": [ "volumes": [
{ {
"hostPath": "${ROOTPATH}", "hostPath": "${ROOTPATH}",
"containerPath": "/root/OpenAudible" "containerPath": "/config/OpenAudible"
} }
] ]
} }