Skip to content

westelh/jmusicbot-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pulls

jmusicbot-container

Multi architecture container for runnning jagrosh/Musicbot

Supports Raspberry Pi and Windows!

Available on DokerHub!

Run

You need a config file for the bot 📑

First, follow the official guide to make your config file.

Example

Replace "$(pwd)/your.cfg" with the path to your config file. Application in the container reads config file from /config.txt.

docker run -it -v "$(pwd)"/your.cfg:/config.txt westelh/jmusicbot:latest

Options

You can specify options using Java system properties.

docker run -it -v "$(pwd)"/your.cfg:/alternate.cfg westelh/jmusicbot:latest -Dconfig=alternate.cfg

Detailed document is here.