1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/icecast/README.md
2016-08-27 21:24:12 +08:00

29 lines
365 B
Markdown

icecast
=======
[Icecast][1] is a streaming media project released as free software maintained
by the Xiph.org Foundation.
## docker-compose.yml
```yaml
icecast:
image: vimagick/icecast
ports:
- "8000:8000"
restart: always
```
## Server Setup
```bash
$ docker-compose up -d
```
## Client Setup
- Linux: ices
- MacOS: butt
[1]: http://icecast.org/