1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-20 04:59:25 +02:00

Merge pull request #21 from libesz/patch-1

minidlna is not the valid binary name
This commit is contained in:
Kev++ 2016-07-19 07:27:20 +08:00 committed by GitHub
commit 304a8d49d4

View File

@ -15,4 +15,4 @@ WORKDIR /opt
EXPOSE 1900/udp
EXPOSE 8200/tcp
CMD ["minidlna", "-d"]
CMD ["minidlnad", "-d"]