itzg / docker-rcon-web-admin

A Docker image that runs rcon-web-admin
MIT License
92 stars 18 forks source link

Make Ports dynamic #13

Open denizkoekden opened 1 year ago

denizkoekden commented 1 year ago

Hello, I want to run multiple servers with this webrcon interface and so I need to change the ports which is no problem but the webinterface expects the Backend to still listen at Port 4327 so it can not connect to the websocket at 4327. Maybe you can make this dynamic so I can specify the new Port with an env-variable

itzg commented 1 year ago

You can change the port mappings to use what you want for host side. Otherwise you need to contact https://github.com/rcon-web-admin/rcon-web-admin for issues with their implementation