-
I'm new to Docker and running an externally facing server in general, but I think I'm pretty close to getting this running. A few questions should sort me out:
Sorry if any of these questions are dumb, and thanks for any help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Also no expert 😅 but here my answers
Yes, that should be correct syntax is [external port]:[internal port]
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.
Local IP of the server, mostly something starting with
Yes, need port forwarding on router and then your public IP address from ISP. You can also try to setup DynDNS and then use that host.
I am unsure about the specific setup. Possible you need to call docker pull or sth. similar to update server, but in general should already update on restart! If you serving client with auto-update client setting, restart of server is enough for getting latest client version! |
Beta Was this translation helpful? Give feedback.
-
Very helpful, finally got something running online. Thanks much! |
Beta Was this translation helpful? Give feedback.
Also no expert 😅 but here my answers
Yes, that should be correct syntax is [external port]:[internal port]
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.
Local IP of the server, mostly something starting with
192.168...