mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 18:06:36 +02:00
.. | ||
arm | ||
data/etc | ||
docker-compose.yml | ||
Dockerfile | ||
README.md |
icecast
Icecast is a streaming media project released as free software maintained by the Xiph.org Foundation.
docker-compose.yml
version: "3.8"
services:
icecast:
image: vimagick/icecast
ports:
- "8000:8000"
volumes:
# ./data/etc:/etc/icecast:ro
- ./data/log:/var/log/icecast:rw
restart: unless-stopped
You can mount custom config file: icecast.xml
Server Setup
$ mkdir -p data/{etc,log}
$ chmod -R 777 data/log
$ docker-compose up -d
Client Setup
- Linux: ices
- MacOS: butt