graphjin icon indicating copy to clipboard operation
graphjin copied to clipboard

The web gui is not exposed to the host Browser.

Open gedw99 opened this issue 3 years ago • 1 comments

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.

gedw99 avatar May 30 '22 12:05 gedw99

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 ??

gedw99 avatar May 31 '22 10:05 gedw99