Jump to content

miaooss

Members
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Everything posted by miaooss

  1. Nice what was the other mistake you found ?
  2. the WorldServerPort and RealmServerPort need to match the one from the docker-compose file
  3. Did the readme help to launch the server ? The database need to be initialize first I was able to make it work with this config mangosd.config DataDir = "/mangos/data" LoginDatabaseInfo = "mysqldb;3306;root;mangos;realmd" WorldDatabaseInfo = "mysqldb;3306;root;mangos;mangos2" CharacterDatabaseInfo = "mysqldb;3306;root;mangos;character2" WorldServerPort = 8085 BindIP = "0.0.0.0" readlmd.conf LoginDatabaseInfo = "mysqldb;3306;root;mangos;realmd" MaxPingTime = 30 RealmServerPort = 3724 BindIP = "0.0.0.0"
  4. Hi, I created a docker image and docker compose to run Mangos It's in pull request Feel free to try it: https://github.com/mangostwo/server/pull/164
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use