Based on the official Docker image from Docker Hub.
- Clone this repo.
- Create
.envfile from.env.example. Snippet:cp .env.example .env
- Edit
.envfile and set own values to the variables:PG_ADMIN_TAG- tag of the image.latestis default value. For more info see page of the image tags.PG_ADMIN_PORT- port binding.5050is default value.PGADMIN_DEFAULT_EMAIL- initial account email.user@domain.comis default value.PGADMIN_DEFAULT_PASSWORD- initial account password.SuperSecretis default value.
- Up containers
docker-compose up