You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DESCRIPTION: Right now in order for the server to be reachable through local network the docker container must be run with --network=host option. I've tried instead to expose only the relevant ports to GameCube connections during my tests but the client never reaches the server.
TASK: Ensure that the Docker container can run using its own network and exposing the bare minimum of ports for it to accept client connections
The text was updated successfully, but these errors were encountered:
DESCRIPTION: Right now in order for the server to be reachable through local network the docker container must be run with
--network=host
option. I've tried instead to expose only the relevant ports to GameCube connections during my tests but the client never reaches the server.TASK: Ensure that the Docker container can run using its own network and exposing the bare minimum of ports for it to accept client connections
The text was updated successfully, but these errors were encountered: