Couldt run web ui

i run docker run --rm -it -p 8000:8000 -p 8080:8080 -p 9080:9080 dgraph/standalone:latest

curl localhost:8000
curl: (56) Recv failure: Connection reset by peer

can hepl me to fix this

where did you see that config?

Ratel isn’t part of the main binary anymore. So, the standalone doesn’t have Ratel. You need to run the Ratel image separately.

thanks!! just run docker dgraph/ratel
and it works now