mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-25 05:09:40 +00:00
changed default uid and group id to 5000
This commit is contained in:
parent
7403a0199e
commit
d4e807a86c
1 changed files with 2 additions and 2 deletions
|
|
@ -45,8 +45,8 @@ FROM node:20-alpine
|
|||
|
||||
ARG NUSQLITE3_DIR
|
||||
ARG NUSQLITE3_PATH
|
||||
ARG PUID=1000
|
||||
ARG PGID=1000
|
||||
ARG PUID=5000
|
||||
ARG PGID=5000
|
||||
|
||||
# Install only runtime dependencies
|
||||
RUN apk add --no-cache --update \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue