Closed JY-210 closed 1 month ago
Hi @JY-210
If you log in on port 80 to the web ui, are there also problems with API availability?
hi @vitabaks
Yes, you can refer to the image below where I am browsing http://serverip/api/v1
This is the ModHeader I use.
Ping works well from my laptop to the VM that hosted docker, but telnet port 8080 and port 80 unable to reach.
hi @vitabaks
The site can be reached already. Thanks!
Hi, I tried to use docker to setup PostgreSQL Cluster Console using below command:
However, when i try to curl inside the docker container, it shows path not found for :8000/api/v1
I tried to browse http://serverip:8080 and passed in authorization token using ModHeader, it is also unable to access. On my server that host the docker, I already allow the firewall on port 8080 and port 80.
Can I have a guide on what step I am missing? Thank you and appreciate!