update README
This commit is contained in:
parent
b7b65d28ac
commit
c2f79a2602
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
Docker container for [JMusicBot](https://github.com/jagrosh/MusicBot). This uses the latest Minideb image for a small footprint.
|
Docker container for [JMusicBot](https://github.com/jagrosh/MusicBot). This uses the latest Minideb image for a small footprint.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
Place your **config.txt** and **Playlists** folder in `yourpath/toconfig` to map it to the container. The config folder will also contain the `serversettings.json` if it exists. If you need to access the container you can hop into it and get a shell using:
|
Place your **config.txt**, **Playlists** folder, and **serversettings.json** file (if you have one) in `yourpath/toconfig` to map it to the container. If you need to access the container you can hop into it and get a shell using:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker exec -it jmusicbot /bin/bash
|
docker exec -it jmusicbot /bin/bash
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue