This project is an All-In-One server for the World of Warcraft Classic game. It includes the database application (MariaDB), the servers (mangosd and realmd), and an accessible website (cmangos-website).
- Extract the contents of your World of Warcraft 1.12.1 client archive into the client directory.
- Make a copy of
docker-compose.template.yaml
, rename todocker-compose.yaml
, and edit to your liking. - To start the server, run the following command in the terminal:
docker-compose up --build -d
- After starting the server, new configuration files will be created in the
etc
directory. You can edit these files to your liking, but will require a restart of the server to apply changes:
docker-compose restart