subsonic: add full https support

This commit is contained in:
Wonderfall
2016-09-17 19:33:50 +02:00
parent ef5aa3147c
commit 16edf91dc6
2 changed files with 5 additions and 4 deletions

View File

@ -3,7 +3,8 @@ MAINTAINER Wonderfall <wonderfall@schrodinger.io>
ARG VERSION=6.0
ENV GID=991 UID=991
ENV UID=991 GID=991 \
HTTPSPORT=0
WORKDIR /subsonic
@ -20,7 +21,7 @@ COPY run.sh /usr/local/bin/run.sh
RUN chmod +x /usr/local/bin/run.sh
EXPOSE 4040
EXPOSE 4040 4050
VOLUME /data /musics /playlists /podcasts