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).
- Edit the
docker-compose.yml
file 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