docker-compose/upmpdcli/Dockerfile - explicitly specify the config file

In  the command parameters for upmpdcli - otherwise it seems not to be
picked up.
This commit is contained in:
Nick Stokoe
2021-03-01 11:15:15 +00:00
parent 5b3440457f
commit a4f0664663

View File

@@ -14,4 +14,4 @@ COPY upmpdcli.conf /etc/upmpdcli.conf
EXPOSE 1900/udp
EXPOSE 49152
ENTRYPOINT ["upmpdcli"]
ENTRYPOINT ["upmpdcli", "-c", "/etc/upmpdcli.conf"]