1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/icecast/README.md

29 lines
365 B
Markdown
Raw Normal View History

2016-07-09 20:19:09 +02:00
icecast
=======
2016-08-27 15:24:12 +02:00
[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/