These are some guides for various use.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
2.1 KiB

  1. # Mordhau-server
  2. This is a dockerized version of a mordhau server.
  3. The official container and documentation was made by [tetricz](https://hub.docker.com/r/tetricz/mordhau-server).
  4. ## Environment-variables
  5. Set the following variables with the -e tag.
  6. | Name | Usage | Default |
  7. | ---- | ---------------------------------------------------- | ------- |
  8. | QUERYPORT | port for query mordhau | |
  9. | GAME_PORT | port for mordhau game | |
  10. | BEACONPORT | port for mordhau beacon | |
  11. | STEAM_CONNECT | set to tell if you want to connect to steam | |
  12. | STEAMID64 | set the serve owner steamid | |
  13. | UID | users userid to run | |
  14. | GID | users groupid to run | |
  15. | GAME_MODE | specify mordhau game mode | |
  16. | PLAYER_COUNT | set a playercount limit | |
  17. | SERVER_NAME | set a servername | |
  18. | SERVER_PASSWORD | set a password | |
  19. | ADMIN_PASSWORD | set an admin password | |
  20. ## Volumes
  21. Set the following volumes with the -v tag.
  22. | Volume-Name | Container mount | Description |
  23. | ---------------- | -------------------- | ---------------------------------------- |
  24. | mordhau | /serverdata/mordhau | storage for mordhau server relevant data |
  25. | mordhau_steamcmd | /serverdata/steamcmd | storage for steam related data |
  26. ## Ports
  27. Set the following ports with the -p tag.
  28. | Container Port | Recommended outside port | Protocol | Description |
  29. | -------------- | ------------------------ | -------- | ----------------- |
  30. | 7777 | 7777 | UDP | mordhau internal |
  31. | 15000 | 15000 | UDP | mordhau internal |
  32. | 27015 | 27015 | UDP | mordhau internal |