diff options
Diffstat (limited to 'bundles/copyparty')
| -rw-r--r-- | bundles/copyparty/files/copyparty.conf | 2 | ||||
| -rw-r--r-- | bundles/copyparty/files/kube.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/copyparty/files/copyparty.conf b/bundles/copyparty/files/copyparty.conf index cd50872..2e6f891 100644 --- a/bundles/copyparty/files/copyparty.conf +++ b/bundles/copyparty/files/copyparty.conf @@ -54,6 +54,6 @@ rwmda: ${u}, @admins [/www] - /var/www + /host/var/www accs: rwmda: @admins diff --git a/bundles/copyparty/files/kube.yaml b/bundles/copyparty/files/kube.yaml index 1ea4adf..9e260c0 100644 --- a/bundles/copyparty/files/kube.yaml +++ b/bundles/copyparty/files/kube.yaml @@ -36,7 +36,7 @@ spec: mountPath: /w # mount host paths we want to expose - name: var-www - mountPath: /var/www + mountPath: /host/var/www ports: - containerPort: 3923 protocol: TCP |