mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-24 12:49:38 +00:00
rwx not rws....
This commit is contained in:
parent
d9e7db2b5c
commit
df55e2f7e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue