libresonic: update doc

This commit is contained in:
Wonderfall
2017-03-13 05:02:19 +01:00
parent afdb943da2
commit 4e5b735525
3 changed files with 18 additions and 5 deletions

View File

@ -2,8 +2,7 @@ FROM alpine:edge
ARG VERSION=6.2.beta1
ENV UID=991 GID=991 \
HTTPSPORT=0
ENV UID=991 GID=991
WORKDIR /libresonic
@ -22,7 +21,7 @@ COPY run.sh /usr/local/bin/run.sh
RUN chmod +x /usr/local/bin/run.sh
EXPOSE 4040 4050
EXPOSE 4040
VOLUME /data /musics /playlists /podcasts