mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-01-01 08:39:39 +00: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
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=5000
|
||||
ARG PGID=5000
|
||||
ARG PUID=1000
|
||||
ARG PGID=1000
|
||||
|
||||
# Install only runtime dependencies
|
||||
RUN apk add --no-cache --update \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue