Contact Information
271232507@qq.com
MaxKB Version
git source
Problem Description
run docker build command at soource root
docker build -t maxkb:local -f installer/Dockerfile .

and docker run
docker run --rm -p 8080:8080 -it maxkb:local

do not show page
i try some other urls like:
http://192.168.0.188:8080/ui
http://192.168.0.188:8080/ui/login
also not correct
Steps to Reproduce
docker build -t maxkb:local -f installer/Dockerfile .
docker run --rm -p 8080:8080 -it maxkb:local
open webbrowser
The expected correct result
shouw maxkb login page
Related log output
Additional Information
No response
Contact Information
271232507@qq.com
MaxKB Version
git source
Problem Description
run docker build command at soource root
and docker run
do not show page
i try some other urls like:
also not correct
Steps to Reproduce
docker build -t maxkb:local -f installer/Dockerfile .docker run --rm -p 8080:8080 -it maxkb:localopen webbrowser
The expected correct result
shouw maxkb login page
Related log output
Additional Information
No response