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:
@@ -14,4 +14,4 @@ COPY upmpdcli.conf /etc/upmpdcli.conf
|
||||
EXPOSE 1900/udp
|
||||
EXPOSE 49152
|
||||
|
||||
ENTRYPOINT ["upmpdcli"]
|
||||
ENTRYPOINT ["upmpdcli", "-c", "/etc/upmpdcli.conf"]
|
||||
|
||||
Reference in New Issue
Block a user