1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-08-10 22:31:28 +02:00

update mpd

This commit is contained in:
kev
2022-06-30 16:44:06 +08:00
parent 2cc1073027
commit 67da06a911
7 changed files with 30 additions and 71 deletions

View File

@@ -12,4 +12,4 @@ RUN set -xe \
VOLUME /var/lib/mpd
EXPOSE 6600
CMD ["mpd", "--stdout", "--no-daemon"]
CMD ["mpd", "--stdout", "--no-daemon", "/etc/mpd/mpd.conf"]