Custom context path
If you want to expose Kouncil in custom context path you need to set Spring's kouncil.context-path
parameter. In docker run command it will look like this
After that, visit http://localhost/console in your browser, and you should be greeted by a login screen.
Last updated