Update README.md, changed to ghcr.io registry
This commit is contained in:
parent
926549c645
commit
8ab0213c17
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -1,9 +1,9 @@
|
|||
# JMusicBot Docker
|
||||
[](https://github.com/jagrosh/MusicBot/releases/latest)
|
||||
[](https://hub.docker.com/r/yojoshb/jmusicbot)
|
||||
[](https://hub.docker.com/r/yojoshb/jmusicbot)
|
||||
[](https://hub.docker.com/r/yojoshb/jmusicbot)
|
||||
|
||||
Docker container for [JMusicBot](https://github.com/jagrosh/MusicBot). This uses the latest Minideb image for a small footprint.
|
||||
Docker container for the latest version [JMusicBot](https://github.com/jagrosh/MusicBot)
|
||||
|
||||
## Usage
|
||||
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:
|
||||
|
|
@ -20,17 +20,17 @@ docker run -dit \
|
|||
--name=jmusicbot \
|
||||
-v /yourpath/toconfig:/config \
|
||||
--restart=unless-stopped \
|
||||
yojoshb/jmusicbot
|
||||
ghcr.io/yojoshb/jmusicbot-docker
|
||||
```
|
||||
|
||||
### Docker Compose
|
||||
|
||||
```bash
|
||||
---
|
||||
version: "2"
|
||||
version: "3"
|
||||
services:
|
||||
jmusicbot:
|
||||
image: yojoshb/jmusicbot
|
||||
image: ghcr.io/yojoshb/jmusicbot-docker
|
||||
container_name: jmusicbot
|
||||
volumes:
|
||||
- /yourpath/toconfig:/config
|
||||
|
|
|
|||
Loading…
Reference in a new issue