mirror of
https://github.com/luzifer-docker/shoutcast.git
synced 2024-12-20 22:21:18 +00:00
Shoutcast needs port 8002 for incoming
This commit is contained in:
parent
2386520211
commit
0e208a5bbc
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ RUN apt-get update && \
|
||||||
|
|
||||||
VOLUME ["/etc/shoutcast"]
|
VOLUME ["/etc/shoutcast"]
|
||||||
|
|
||||||
EXPOSE 8001
|
EXPOSE 8001 8002
|
||||||
|
|
||||||
ENTRYPOINT ["/opt/shoutcast/sc_serv", "/etc/shoutcast/shoutcast.conf"]
|
ENTRYPOINT ["/opt/shoutcast/sc_serv", "/etc/shoutcast/shoutcast.conf"]
|
||||||
|
|
Loading…
Reference in a new issue