Network mode is hardcoded to 'host' #1

Open
opened 2025-01-20 18:51:33 +01:00 by pratyush · 1 comment
Owner

This prevents port mapping and spawning multiple servers from the same image mapped to different ports on the host.

This prevents port mapping and spawning multiple servers from the same image mapped to different ports on the host.
calm-steam self-assigned this 2025-02-23 12:09:13 +01:00
Author
Owner

#29 so this allows us to map container_port/proto to host_port . That’s well and good for if you want a single container of a particular server to be the only thing possible . So

  1. We need a free port checker utility inside the admin panel itself. which will give the closest available ports to the ones in use.

  2. Another aspect is that we can extend the aforementioned port mappings to also have a field which says what purpose does that serve is it for qtv sort of thing or only for querying or for master servers to check alive status as in UT99

for eg. we could also state what these ports are for.

image.png
#29 so this allows us to map `container_port/proto` to `host_port` . That's well and good for if you want a single container of a particular server to be the only thing possible . So 1. We need a free port checker utility inside the admin panel itself. which will give the closest available ports to the ones in use. 2. Another aspect is that we can extend the aforementioned port mappings to also have a field which says what purpose does that serve is it for qtv sort of thing or only for querying or for master servers to check alive status as in UT99 for eg. we could also state what these ports are for. ![image.png](/attachments/d953b8ff-73f1-4958-99c6-cdb2f66d4bb0)
Sign in to join this conversation.
No description provided.