Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 461 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 461 Bytes

Discord bot for SimulationCraft

  1. Create docker-compose.yml, by example use docker-compose.example.yml and fill necessary fields
  2. Build simcraft docker image by run:
docker build -t cookieseater/simcraft github.com/CookiesEater/simcraft-docker
  1. Create 2 data volumes:
docker volume create --name=simcraft-data
docker volume create --name=simcraft-reports
  1. Start by command "docker-compose up -d"