Find a file
2021-09-19 19:14:43 -05:00
Dockerfile upload files 2021-09-19 18:28:44 -05:00
README.md updated README 2021-09-19 19:14:43 -05:00
run_bot.sh upload files 2021-09-19 18:28:44 -05:00

jmusicbot-docker

docker container for JMusicBot

Usage

JMusicBot

Docker

Usage: docker run -it -v yourpath/toconfig:/config yojoshb/jmusicbot:latest

Place your config.txt in yourpath/toconfig to map it to the container.


Docker Compose

---
version: "2"
services:
  musicbot:
    image: yojoshb/jmusicbot
    container_name: musicbot
    volumes:
      - /yourpath/toconfig:/config
    restart: unless-stopped

Place your config.txt in yourpath/toconfig to map it to the container.