https://gitlab.com/tozd/docker/phppgadmin
Available as:
tozd/base
← tozd/dinit
← tozd/nginx
← tozd/nginx-mailer
← tozd/nginx-cron
← tozd/php
← tozd/phppgadmin
latest
: phpPgAdmin v7.13.0
PHPPGADMIN_HOST
: Hostname of the database to connect to., Default ispgsql
.PHPPGADMIN_PORT
: Port of the database to connect to. Default is 5432.
Image provides phpPgAdmin.
When the container runs phpPgAdmin is available at /phppgadmin/
URL.
By default it is intended to be used for a installation-wide web admin where each user sees databases they have access to, but you can configure it differently, too (you can mount a file or extend the image to modify the /etc/phppgadmin/config.inc.php
file).
To configure to which database to connect use environment variables.
There is also a read-only GitHub mirror available, if you need to fork the project there.