Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefy authored Mar 21, 2024
1 parent 9f5909b commit a1c7672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian-mpd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get update \
&& apt-get clean -y

RUN mkdir -p /var/lib/mpd/db/music /var/lib/mpd/cache \
&& chown -R mpd:mpd /var/lib/mpd
&& chown -R mpd:audio /var/lib/mpd

USER mpd

Expand Down

0 comments on commit a1c7672

Please sign in to comment.