From 3ea65d612e151854bb656416dc4a0090902eed0f Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 23 Apr 2026 20:17:32 +0900 Subject: copyparty: move host mounts under /host prefix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bundles/copyparty/files/copyparty.conf | 2 +- 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 -- cgit 1.4.1