mirror of
https://github.com/luzifer-docker/shoutcast.git
synced 2024-11-08 11:20:00 +00:00
Moved to different port than icecast
This commit is contained in:
parent
1bd17566de
commit
2386520211
2 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,6 @@ RUN apt-get update && \
|
|||
|
||||
VOLUME ["/etc/shoutcast"]
|
||||
|
||||
EXPOSE 8000
|
||||
EXPOSE 8001
|
||||
|
||||
ENTRYPOINT ["/opt/shoutcast/sc_serv", "/etc/shoutcast/shoutcast.conf"]
|
||||
|
|
|
@ -23,6 +23,7 @@ ripfile=/etc/shoutcast/sc_serv.rip
|
|||
; connections then you can use this option e.g. to use 80
|
||||
; otherwise port 8000 is used as the default to listen on.
|
||||
;portbase=80
|
||||
portbase=8001
|
||||
|
||||
|
||||
; password used by sc_trans or the Winamp dsp plug-in
|
||||
|
|
Loading…
Reference in a new issue