Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 900 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 900 Bytes

MPC/MPD and Icecast2 Dockerfile

Based on https://github.com/moul/docker-icecast

Run

Run with default password, export port 8000

docker run -p 8000:8000 -v <local music directory>:/opt/music alastairhm/docker-icecast
$BROWSER localhost:8000

Run with custom password

docker run -p 8000:8000 -e ICECAST_SOURCE_PASSWORD=aaaa -e ICECAST_ADMIN_PASSWORD=bbbb -e ICECAST_PASSWORD=cccc -e ICECAST_RELAY_PASSWORD=dddd <local music directory>:/opt/music alastairhm/docker-icecast

Expose 6600 for external client connection like mpc

docker run -p 8000:8000 -p 6600:6600 -v <local music directory>:/opt/music alastairhm/docker-icecast
$BROWSER localhost:8000
mpc status

License

MIT