Skip to content
This repository has been archived by the owner on Nov 12, 2018. It is now read-only.

Updating

TBK edited this page Sep 16, 2017 · 9 revisions

To update the bot, simply delete the Docker container and pull the latest image:

docker rm -f musicbot

docker pull discordmusicbot/musicbot

docker run -d --name musicbot --restart=always -v $(pwd):/usr/src/musicbot/config discordmusicbot/musicbot

Remember afterwards to either mount the config folder as a volume or copy the folder with files inside the container.

Clone this wiki locally