Version 8.4
in docker-compose.yml changed ports: - "81:80"
to map internal molgenis port 80 to 81 on my machine since 80 is taken by another process.
Docker comes up and allows login window. But as soon as given credentials it maps to localhost/login instead localhost:81/login. Deadend.
Is there a base_url configuration to provide in docker-compose-yml?