mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
update icecast
This commit is contained in:
parent
7cf0c920b8
commit
629e168220
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user