Skip to content

Help spinning up Docker server image to be used internally and externally #256

Closed Answered by Lurkars
itemforty asked this question in Q&A
Discussion options

You must be logged in to vote

Also no expert 😅 but here my answers

  1. I'm forwarding port 58888 , what should the docker compose "ports" mapping be? [localhost]:58888:8080?

Yes, that should be correct syntax is [external port]:[internal port]

  1. Do I need to add inbound and outbound Firewall rules, or will Docker handle that?

This depends on your setup, if the socket host machine is blocking all (or at least your 58888) ports, you need to add firewall rules of course. Would be really dangerous if a docker container would handle host firewall.

  1. When playing on the same network, what do I put in GHS client when I'm at home?

Local IP of the server, mostly something starting with 192.168...

  1. After forwarding the por…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by itemforty
Comment options

You must be logged in to vote
0 replies
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