Update README.md

This commit is contained in:
yojoshb 2021-09-22 16:01:38 -05:00 committed by GitHub
parent 6200ab87e9
commit f2d6f80a93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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