Docker Compose starts PostgreSQL and PGAdmin
When you start "docker-compose", it will automatically create the "data" folder with postgresql content
$ git clone https://github.com/bieeldeveloper/docker-postgreSQL-pgadmin.git
$ cd docker-postgreSQL-pgadmin
$ docker-compose up -d
host: localhost:5432
username: postgres
password: admin
host: http://localhost:15432
username: admin
password: admin
- if accessing PostgreSQL from PgAdmin use host "postgres:5432"
- Docker installation https://docs.docker.com/install/