Update README.md
This commit is contained in:
parent
1fe69564d4
commit
1e25667227
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -2,6 +2,11 @@
|
||||||
docker container for [JMusicBot](https://github.com/jagrosh/MusicBot). This uses the latest Alpine image for a small footprint.
|
docker container for [JMusicBot](https://github.com/jagrosh/MusicBot). This uses the latest Alpine image for a small footprint.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
Place your config.txt in `yourpath/toconfig` to map it to the container. If you need to access the `serversettings.json` file, you can hop into the container to access it
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker exec -it jmusicbot /bin/sh
|
||||||
|
```
|
||||||
|
|
||||||
### Docker CLI
|
### Docker CLI
|
||||||
```bash
|
```bash
|
||||||
|
|
@ -11,9 +16,6 @@ docker run -dt \
|
||||||
--restart=unless-stopped \
|
--restart=unless-stopped \
|
||||||
yojoshb/jmusicbot
|
yojoshb/jmusicbot
|
||||||
```
|
```
|
||||||
|
|
||||||
Place your config.txt in `yourpath/toconfig` to map it to the container.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
### Docker Compose
|
### Docker Compose
|
||||||
|
|
||||||
|
|
@ -28,5 +30,3 @@ services:
|
||||||
- /yourpath/toconfig:/config
|
- /yourpath/toconfig:/config
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
|
|
||||||
Place your config.txt in `yourpath/toconfig` to map it to the container.
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue