mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-11-24 20:05:41 +01:00
changed default uid and group id to 5000
This commit is contained in:
parent
7403a0199e
commit
d4e807a86c
@ -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…
Reference in New Issue
Block a user