rego-tunnel: default TSCLIENT to APP_DATA_DIR + auto-mount 9p
Some checks failed
Test / test (push) Has been cancelled
Some checks failed
Test / test (push) Has been cancelled
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
},
|
||||
{
|
||||
"key": "TSCLIENT",
|
||||
"value": "${TSCLIENT:-/etc/runtipi/app-data}"
|
||||
"value": "${TSCLIENT:-${APP_DATA_DIR}}"
|
||||
}
|
||||
],
|
||||
"internalPort": 8006,
|
||||
@@ -71,7 +71,7 @@
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"hostPath": "${TSCLIENT:-/etc/runtipi/app-data}",
|
||||
"hostPath": "${TSCLIENT:-${APP_DATA_DIR}}",
|
||||
"containerPath": "/hostshare",
|
||||
"readOnly": false,
|
||||
"shared": false,
|
||||
|
||||
Reference in New Issue
Block a user