update .env.dist
This commit is contained in:
parent
e767fb564b
commit
b847cf05b6
2 changed files with 11 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
token = "radio_bot_token"
|
||||
channel = "channel_id"
|
||||
name = "Example Radio"
|
||||
url = "http://example.net"
|
||||
token=OT..
|
||||
channel=0
|
||||
name=radiobot
|
||||
url=http://example.net
|
||||
passes=2
|
||||
bitrate=44100
|
||||
|
|
11
README.md
11
README.md
|
@ -7,9 +7,8 @@
|
|||
|
||||
## Running using Docker from the repo
|
||||
|
||||
2. Install dependancies `sudo apt install docker-compose`
|
||||
3. Create a folder called `config` or similiar to keep your configuration in
|
||||
4. Make a copy of `config.example.ini` called `config.ini` and place it in your `config` folder
|
||||
5. Edit the config file
|
||||
6. Build and execute using docker-compose: `docker-compose up -d --build --remove-orphans`
|
||||
7. Monitor execution with `docker-compose logs --follow --tail 100`
|
||||
1. `sudo apt install docker-compose`
|
||||
2. `cp .env.dist .env`
|
||||
3. `vim .env`
|
||||
4. `docker-compose up -d --build --remove-orphans`
|
||||
5. `docker-compose logs --follow --tail 100`
|
||||
|
|
Loading…
Reference in a new issue