I would like to use Ratel on my freshly installed Docker image.
Docs say it should run on port 8000. It doesn’t.
Soe internet posts say it should run on port 8080. It doesn’t.
Though, with a browser to :8080 gives:
“Dgraph browser is available for running separately using the dgraph-ratel binary”
I can also use play.dgraph.io. But how to connect to my server?
Using my IP address clean, or with port 8000 or 8080 doesn’t work neither: “not connected”.
Default passowrd for ACL seems to be “password” but should not be necessary.
(PS, SSH to the server and Curl’ing works so the server is running. ports are open)