Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 359 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 359 Bytes

Icecast+ices in Docker

Run

docker run --restart=always --name=radio -d \
 --publish=8000:8000 --publish=8077:8077 \
 --volume=/mnt/music:/mnt/stream/tracks shurakenas/radio:v1

Example

In this example, two separate channels work to broadcast music from different directories. You can delete the second one and leave one, or add a third or more.