@@ -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
|
||||
|
||||
Reference in New Issue
Block a user