Shoutcast needs port 8002 for incoming

This commit is contained in:
Knut Ahlers 2014-11-16 12:04:24 +01:00
parent 2386520211
commit 0e208a5bbc

View File

@ -13,6 +13,6 @@ RUN apt-get update && \
VOLUME ["/etc/shoutcast"]
EXPOSE 8001
EXPOSE 8001 8002
ENTRYPOINT ["/opt/shoutcast/sc_serv", "/etc/shoutcast/shoutcast.conf"]