From f85d57252379c102fbd9715bae8ba48809525d78 Mon Sep 17 00:00:00 2001 From: Sasiko <4606415+Sasiko@users.noreply.github.com> Date: Tue, 21 Jul 2020 11:58:19 +0200 Subject: [PATCH] Update README.md adding additional instruction step to run the bot in docker enviroment --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 34cd02bd..dfc92361 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ This is the code repository for the InviteManager Discord Bot. Starting 1. Copy the `config.example.json` to `config.json` and fill in required data +1. Ensure that you edit database `host` and rabbitmq `host` to the docker container IDs of mysql and rabbitmq 1. `docker-compose up -d` Restarting