Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP PG ADMIN with POSTGREE , I cant access #2178

Closed
murilolivorato opened this issue Jun 19, 2019 · 7 comments
Closed

PHP PG ADMIN with POSTGREE , I cant access #2178

murilolivorato opened this issue Jun 19, 2019 · 7 comments
Labels

Comments

@murilolivorato
Copy link

Hello , Some one can help me here . please .
I have been using MYSQL + PHPMYADMIN in all my projects , but now I will have to use in a project POSTGRES + PGADMIN .

so I did -

docker-compose down
docker-compose up -d nginx  postgres pgadmin

and -


docker-compose up -d nginx  postgres pgadmin
Creating network "laradock_frontend" with driver "bridge"
Creating network "laradock_backend" with driver "bridge"
Creating network "laradock_default" with the default driver
Creating laradock_docker-in-docker_1 ... done
Creating laradock_postgres_1         ... done
Creating laradock_pgadmin_1          ... done
Creating laradock_workspace_1        ... done
Creating laradock_php-fpm_1          ... done
Creating laradock_nginx_1            ... done

BUT when I try to access , this url , it does not access -

localhost:5050
or
127.0.0.1:5050/index.php
or
0.0.0.0:5050

I am using windowls 10 , and the Docker version - 18.09.2 .

@murilolivorato
Copy link
Author

please , some one can help me ?

@menadio
Copy link

menadio commented Jun 28, 2019

If you are using docker toolbox on windows, use the docker configure default machine IP which would be something like 192.168.99.100. In my case http://192.168.99.100 works for the laravel app and http://192.168.99.100:5050 brings up pgadmin.

@murilolivorato
Copy link
Author

hello @menadio , I am not using docker toolbox . where do I use this IP ?
in the .env File here - PGADMIN_PORT=http://192.168.99.100:5050 ?

Thanks

@menadio
Copy link

menadio commented Jul 3, 2019

Oh well, I use docker toolbox so to view pgadmin I simply enter the url http://192.168.99.100:5050

@stale
Copy link

stale bot commented Feb 2, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Stale label Feb 2, 2020
@stale
Copy link

stale bot commented Feb 23, 2020

Hi again 👋 we would like to inform you that this issue has been automatically closed 🔒 because it had not recent activity during the stale period. We really really appreciate your contributions, and looking forward for more in the future 🎈.

@stale stale bot closed this as completed Feb 23, 2020
@parmonov98
Copy link

I'm facing the issue
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants