z
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2025-12-29 00:40:32 +00:00
parent beedccdc29
commit b6a6623406
2 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@
},
{
"key": "TSCLIENT",
"value": "${TSCLIENT:-/hostshare}"
"value": "${TSCLIENT:-${APP_DATA_DIR}/hostshare}"
}
],
"internalPort": 8006,
@@ -72,7 +72,7 @@
},
{
"hostPath": "${TSCLIENT}",
"containerPath": "/shared/app-data",
"containerPath": "/hostshare",
"readOnly": false,
"shared": false,
"private": false