- Fork and Clone this Repository
git clone https://github.com/EstebanBorai/docker-postgres-pgadmin.git
Forking is optional, but you might want to do some changes and commit them.
- Step into directory files
cd ./docker-postgres-pgadmin
- Run
docker compose
to spin up containers
docker compose up
- When containers are ready, visit
http://localhost:5050/
and provide credentials as configured on.env
.
Default credentials are:
[email protected]
admin
- Then create a connection to the PostgreSQL instance in the container as follows: