I need to report a problem. I am using the following compose.yml file:
version: "3.8"
services:
zero:
image: dgraph/dgraph:v23.0.0
container_name: dgraph_zero_one
volumes:
- ./tmp/data:/dgraph
ports:
- 5080:5080
- 6080:6080
restart: on-failure
command: dgraph zero --my=zero:5080
alpha:
image: dgraph/dgraph:v23.0.0
container_name: dgraph_alpha_one
volumes:
- ./tmp/data:/dgraph
ports:
- 8080:8080
- 9080:9080
restart: on-failure
command: dgraph alpha --cache size-mb=2048 --my=alpha:7080 --zero=zero:5080 --security whitelist=0.0.0.0/0
ratel:
image: dgraph/ratel:v21.12.0
container_name: ratel
ports:
- 8000:8000
restart: on-failure
command: dgraph-ratel
When I go to localhost:8000 I get the following error
When I use the address https://localhost:8000, it redirects me to https://localhost:8000/login
If this is a new splash screen, then what are the login and password?
If this is a new form of fraud, then how can you fight it?