Need to be able to use a external IP Address for services

Expected behavior

I have a system that does a OAuth dance - that is one component redirects to the external name and port of a separate container in the user browser as part of a multi-legged authentication flow.

This worked well with the NAT mode previously, where I could just use docker.local externally to do the dance, but is more problematic with everything sitting at local-host.

Is the plan to re-introduce the NAT mode?

1 Like