Update README.md
This commit is contained in:
parent
6200ab87e9
commit
f2d6f80a93
1 changed files with 3 additions and 1 deletions
|
|
@ -11,6 +11,8 @@ Place your **config.txt** in `yourpath/toconfig` to map it to the container. The
|
||||||
docker exec -it jmusicbot /bin/sh
|
docker exec -it jmusicbot /bin/sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
### Docker CLI
|
### Docker CLI
|
||||||
```bash
|
```bash
|
||||||
docker run -dt \
|
docker run -dt \
|
||||||
|
|
@ -19,7 +21,7 @@ docker run -dt \
|
||||||
--restart=unless-stopped \
|
--restart=unless-stopped \
|
||||||
yojoshb/jmusicbot
|
yojoshb/jmusicbot
|
||||||
```
|
```
|
||||||
---
|
|
||||||
### Docker Compose
|
### Docker Compose
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue