nQuake / server-docker

QuakeWorld server package running on Docker
16 stars 6 forks source link

multiple servers/ports? #5

Closed vikpe closed 3 years ago

vikpe commented 3 years ago

How do I start multiple servers/ports?

E.g.

host.com:27500
host.com:27501

I tried adding a copy of the mvdsv entry in docker-compose.yml with different port number and adding it to qtvs env TARGET_SERVERS.

Another server is starting (I can see the logs), but can't connect to it. The main/first server is working fine.

vikpe commented 3 years ago

nvm me n00b. I had forgot to change port number under both environment and ports.