mirror of
https://github.com/SuperBFG7/ympd
synced 2024-11-18 03:24:48 +00:00
Update Dockerfile
This commit is contained in:
parent
9627bf6a5a
commit
b80b4187b5
@ -25,8 +25,8 @@ RUN tar -czvf /mympd.tar.gz -C /myMPD-dist .
|
||||
|
||||
FROM library/debian:9-slim
|
||||
ENV MYMPD_LOGLEVEL=1
|
||||
ENV MPD_MPDHOST=127.0.0.1
|
||||
ENV MPD_MPDPORT=6600
|
||||
ENV MPD_HOST=127.0.0.1
|
||||
ENV MPD_PORT=6600
|
||||
ENV WEBSERVER_SSL=true
|
||||
RUN apt-get update && apt-get install libssl-dev openssl -y
|
||||
COPY --from=build /libmpdclient-master.tar.gz /
|
||||
|
Loading…
Reference in New Issue
Block a user