Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
devilAPI authored Dec 27, 2024
1 parent f2d37a4 commit 92b0950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apk add --no-cache shadow
RUN groupadd -g 1000 navidrome && useradd -u 1000 -g navidrome -m -s /bin/bash navidrome

# Verify host user with UID 1000 and GID 1000 exists, and set ownership
ARG HOST_DATA_DIR=/home/username/navidrome/data
ARG HOST_DATA_DIR=/home/navidrome/navidrome/data
RUN mkdir -p ${HOST_DATA_DIR}/cache ${HOST_DATA_DIR}/music ${HOST_DATA_DIR}/config && \
chown -R navidrome:navidrome ${HOST_DATA_DIR}

Expand Down

0 comments on commit 92b0950

Please sign in to comment.