graphjin
graphjin copied to clipboard
The web gui is not exposed to the host Browser.
When using docker compose the web gui port is not exposed.
It might be to do with colima, and so got help from their maintainer
I am cross posting the issue here: https://github.com/abiosoft/colima/issues/313
Hope its ok to cross post it here, as i figured some other might hit this problem too.
In the end the fix is:
docker-compose run -p 8080:8080 api serve
It has nothing to do with colima. Its to do with the way docker compose avoids port clashes
http://0.0.0.0:8080/ now works for the web gui.
@dosco Maybe we should update the makefile and docs in graphjn ??