update docs
This commit is contained in:
parent
0ced89e88a
commit
259fbf3e1e
1 changed files with 3 additions and 3 deletions
|
@ -4,13 +4,13 @@
|
||||||
|
|
||||||
* Live radio re-streaming to voice channels.
|
* Live radio re-streaming to voice channels.
|
||||||
* Automatically turned on/off when someone joins/leaves the bound channel.
|
* Automatically turned on/off when someone joins/leaves the bound channel.
|
||||||
* Shows ICY StreamTITLE
|
* Shows ICY StreamTitle
|
||||||
* Other cool things.
|
* Other cool things.
|
||||||
|
|
||||||
## Running using Docker from the repo
|
## Running using Docker from the repo
|
||||||
|
|
||||||
1. `sudo apt install docker-compose`
|
1. `sudo apt install docker-compose`
|
||||||
2. `cp radiobot.env.dist radiobot.env ; cp relay.env.dist relay.env`
|
2. `cp radiobot.env.dist radiobot.env`
|
||||||
3. `vim .env`
|
3. `vim radiobot.env`
|
||||||
4. `docker-compose up -d --build --remove-orphans`
|
4. `docker-compose up -d --build --remove-orphans`
|
||||||
5. `docker-compose logs --follow --tail 100 --timestamps`
|
5. `docker-compose logs --follow --tail 100 --timestamps`
|
||||||
|
|
Loading…
Reference in a new issue