Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 345 Bytes

File metadata and controls

19 lines (10 loc) · 345 Bytes

engine_radio

friday music broadcasting madness

Docker

Build with:

docker build -t engine_radio .

Run with:

docker run -p 80:1337 -p 81:1338 -it --rm --name cobrakai engine_radio

Assumes you have icecast running on the same server on port 8000.

Start icecast using docker with:

docker run -p 8000:8000 moul/icecast