This commit is contained in:
Brandon
2019-08-23 20:02:38 -05:00
parent 11ed8232e9
commit 3201b5653d
5 changed files with 38 additions and 32 deletions

View File

@@ -54,10 +54,11 @@ RUN \
&& sleep 1
COPY root/ /
RUN chmod +x /usr/local/bin/run.sh
RUN chmod +x /usr/local/bin/{run,entrypoint}.sh
EXPOSE 6600 6680 8000 5555/udp
VOLUME /data /music /playlists
LABEL description "Open source media server"
ENTRYPOINT ["entrypoint.sh"]
CMD ["run.sh"]