2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 21:33:02 +01: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

View File

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