Replies: 2 comments 1 reply
-
In this case, replace localhost with your server's IP address in the |
Beta Was this translation helpful? Give feedback.
1 reply
-
Problem resolved |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have created a ec2 instance in AWS cloud and started docker container using below command
docker run -d --name pg-console
--publish 80:80
--publish 8080:8080
--env PG_CONSOLE_API_URL=http://localhost:8080/api/v1
--env PG_CONSOLE_AUTHORIZATION_TOKEN=psqlsecret
--env PG_CONSOLE_DOCKER_IMAGE=vitabaks/postgresql_cluster:latest
--volume console_postgres:/var/lib/postgresql
--volume /var/run/docker.sock:/var/run/docker.sock
--volume /tmp/ansible:/tmp/ansible
--restart=unless-stopped
vitabaks/postgresql_cluster_console:2.0.0
I am trying to open the PosgreSQL Console from my we browser
http://
I am able to enter inside the console but as soon as I click on any of the buttons to create a cluster I am not getting any response.
Can someone help me here ?
Regards
Garima
Beta Was this translation helpful? Give feedback.
All reactions