https://github.com/LemonLDAPNG/lemonldap-ng-docker/tree/master - Our intention is to run this on a non standard port - Using the "port deployment" instructions from the readme - I am able to put the container up successfully and access the authentication page via http://auth.sso.llng:8081/ (changed example.com to sso.llng) - I believe the login form is working correctly as if I enter incorrect login information I get a failed login as expected - When attempting to login with the correct details the post login redirect does not contain the port number (8081) redirects to: http://auth.sso.llng/ - Looking at the network tab I can see the post does a 302 redirect to this location without the port number. If we can be pointed to where this redirect is happening we can have a look to see if we can resolve, unless there is anything else we should check.