Add a PORTS_INTERNAL env var to specify which ports to expose internally
T
Team Caido
Right now if you set the environment variable PORT or you are on IPv6, the auto-detection of ports fails. This is very annoying as we usually know exactly which ports should be exposed internally anyway.
I would like to be able to specify PORT=8080 for the external port and PORTS_INTERNAL=7000,8000,9000 for the internal ports. This gives us an escape hatch when the auto-detect fails for some reason.
Log In