Replies: 1 comment
-
I can't test this, so i can't help you, because my machine only supports 1 server due to RAM. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was able to get the first server running just fine. However, we wanted to try out Undead Legacy. So I started up a second container and changed the ports to: 26903:26903/tcp, 26903:26903/udp, 26904:26904/udp, 26905:26905/udp. The container starts up just fine and downloads everything. Once sdtdserver details shows it is running but not listening on any ports. When I try to connect directly with ip and port in the game it says "Could not retrieve server information". I have the ports forwarded on my router. Not sure exactly whats wrong since the first server I started with the default ports is running just fine still.
I am assuming that this is something to do with the port mapping. I don't believe that it is anything on my network side because the ports are forwarded to the router.
Ideally I would like to run two servers side by side so we can test to see which one we would like to keep.
Docker/Docker-compose
**Edit
sdtdserver monitor produces
[ OK ] Monitoring sdtdserver: Querying port: tcp: 0.0.0.0:26903 : 0/1: DELAY
sdtdserver details has this
DESCRIPTION PORT PROTOCOL LISTEN
Game 26903 udp 0
Game+2 26905 udp 0
Query 26903 tcp 0
Web Interface 0 tcp 1
Telnet 8081 tcp 0
Beta Was this translation helpful? Give feedback.
All reactions