Skip to content
Discussion options

You must be logged in to vote

Hey! It's not working because you're effectively only changing what ports the container is exposing. The game server itself is still binding to the original ports (hence in the logs you see the Setting server port to 7777). You need to set these two environment variables (per the README):

  • SERVERGAMEPORT: This is 7777 by default.
  • SERVERMESSAGINGPORT: This is 8888 by default.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bellzax
Comment options

Answer selected by bellzax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants