mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-11-24 20:05:41 +01:00
changed to reuse node user, renaming and re-iding.
This commit is contained in:
parent
aa3a0d7bff
commit
3d5eaa6577
@ -54,8 +54,8 @@ RUN apk add --no-cache --update \
|
||||
ffmpeg \
|
||||
tini \
|
||||
shadow \
|
||||
&& addgroup -g ${PGID} audiobookshelf \
|
||||
&& adduser -u ${PUID} -G audiobookshelf -D audiobookshelf \
|
||||
&& groupmod -g ${PGID} -n audiobookshelf node\
|
||||
&& usermod -u ${PUID} -l audiobookshelf -m node \
|
||||
&& apk del shadow
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
Loading…
Reference in New Issue
Block a user