1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02:00

update icecast

This commit is contained in:
kev 2016-08-27 21:24:12 +08:00
parent 7cf0c920b8
commit 629e168220

View File

@ -1,2 +1,28 @@
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/