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