mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-11-24 20:05:41 +01:00
reverted default IDs to 1000 which is what the node user is created as. Though this default for the container was root. Figured 1000 is a safer default then root and will fit most basic user setups.
This commit is contained in:
parent
6c79d28329
commit
ce1540e781
@ -45,8 +45,8 @@ FROM node:20-alpine
|
|||||||
|
|
||||||
ARG NUSQLITE3_DIR
|
ARG NUSQLITE3_DIR
|
||||||
ARG NUSQLITE3_PATH
|
ARG NUSQLITE3_PATH
|
||||||
ARG PUID=5000
|
ARG PUID=1000
|
||||||
ARG PGID=5000
|
ARG PGID=1000
|
||||||
|
|
||||||
# Install only runtime dependencies
|
# Install only runtime dependencies
|
||||||
RUN apk add --no-cache --update \
|
RUN apk add --no-cache --update \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user