Sign inSign up

cwd1971/shoutcast

By cwd1971

Updated over 6 years ago

centos build of shoutcast server

Image
0

813

cwd1971/shoutcast repository overview

cwd1971/ices0.4 Dockerfile

This repository contains Dockerfile of Shoutcast for Docker's [automated build](https://registry.hub.docker.co m/u/cwd1971/shoutcast/) published to the public Docker Hub Registry.

Base Docker Image

Installation

  1. Install Docker.

  2. Download automated build from public Docker Hub Registry: docker pull cwd1971/shoutcast

Usage

To launch :


docker run [-d] [--name MYshoutcast ] \
           -p 80:80
           -p 8000:8000
           -p 8001:8001
           -p 8002:8002
           -v /MY_CONF/:/etc/shoutcast/:z \
           -v /MY_LOCAL_LOG:/var/log/shoutcast/:z \
           docker.io/cwd1971/shoutcast

/MY_CONF/shoutcast.conf

MaxUser=20

Password=CHANGE_ME

PortBase=8000

LogFile=/var/log/shoutcast/shoutcast_serv.log

RealTime=0

ScreenLog=0

ShowLastSongs=10

W3CEnable=Yes

W3CLog=/var/log/shoutcast/shoutcast_w3c.log

SrcIP=ANY

DestIP=ANY

Yport=80

NameLookups=0

AdminPassword=CHANGE_ME

AutoDumpUsers=0

AutoDumpSourceTime=30

PublicServer=always

AllowRelay=Yes

AllowPublicRelay=Yes

MetaInterval=32768

streamauthhash_1=AUTH_HASH


Tag summary

Content type

Image

Digest

Size

112.8 MB

Last updated

over 6 years ago

docker pull cwd1971/shoutcast