forked from galnir/Master-Bot
-
Notifications
You must be signed in to change notification settings - Fork 2
Running Master Bot with Docker
Bacon Fixation edited this page Aug 25, 2022
·
9 revisions
I recommend Docker Desktop, but either will work
https://docs.docker.com/engine/install/
if you are not using the Desktop version of Docker, you may also need to install the docker compose plugin
https://docs.docker.com/compose/install/
If you haven't created a .env
yet
Note Inside the ./Master-Bot/
folder, there is a file called docker.
it is not necessary to change these
run docker compose --env-file docker.env up -d --build
in the root folder.
It may take a minute for everything to build but, that is it.