Connect Docker Postgres To Docker PgAdmin| Pgadmin Cannot Connect to Postgres Solved|Create server

Аватар автора
PHP: Разработка ваших мечтаний
We will be using Docker for our setup since we don’t want to worry about environment management. By using Docker, we don’t have to worry about the installation of the PostgreSQL or pgAdmin. Moreover, you can use Docker to run this project on macOS, Windows, and Linux distributions. Commands : docker run --rm --name pg-docker -e POSTGRES_PASSWORD=docker -e POSTGRES_USER=salman -d -p 5432:5432 -v C:UserssalmaDesktopDockerpostgresdockervolumespostgres:/var/lib/postgresql/data postgres docker inspect 4c59573e6961| findstr IPAddress

0/0


0/0

0/0

0/0