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

29 lines
365 B
Markdown
Raw Normal View History

2016-07-09 18:19:09 +00:00
icecast
=======
2016-08-27 13:24:12 +00: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/