diff options
| author | Robert Günzler <r@gnzler.io> | 2026-04-23 20:17:32 +0900 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-08-05 16:43:05 +0200 |
| commit | 3ea65d612e151854bb656416dc4a0090902eed0f (patch) | |
| tree | 7f0f263f3e71f8e62bd2042e4ee213f2cd3500be | |
| parent | b74007eac3388a500f02390b4c834beccb57d2ca (diff) | |
copyparty: move host mounts under /host prefix
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '')
| -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 |