From df55e2f7e5c9cc429a1f35909e76df7db0696058 Mon Sep 17 00:00:00 2001 From: Vylyne <94922829+Vylyne@users.noreply.github.com> Date: Wed, 1 Oct 2025 14:11:42 -0400 Subject: [PATCH] rwx not rws.... --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 07e64939a..37f1879a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,7 +63,7 @@ RUN apk add --no-cache --update \ && apk del shadow \ && mkdir -p /config /metadata \ && chown -R audiobookshelf:audiobookshelf /config /metadata \ - && chmod a=rws /config /metadata + && chmod a=rwx /config /metadata WORKDIR /app