20 lines
261 B
Markdown
20 lines
261 B
Markdown
|
Broadcast
|
||
|
=========
|
||
|
|
||
|
## Build
|
||
|
|
||
|
```
|
||
|
docker-compose build
|
||
|
```
|
||
|
|
||
|
When you change the code, run it again.
|
||
|
|
||
|
## Run
|
||
|
|
||
|
```
|
||
|
docker-compose up
|
||
|
```
|
||
|
|
||
|
You can connect to a local instance of mumble on `localhost:64738` and to a
|
||
|
local instance of icecast2 on `localhost:8000`.
|