Skip to content

tozd/docker-phppgadmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tozd/phppgadmin

https://gitlab.com/tozd/docker/phppgadmin

Available as:

Image inheritance

tozd/basetozd/dinittozd/nginxtozd/nginx-mailertozd/nginx-crontozd/phptozd/phppgadmin

Tags

  • latest: phpPgAdmin v7.13.0

Variables

  • PHPPGADMIN_HOST: Hostname of the database to connect to., Default is pgsql.
  • PHPPGADMIN_PORT: Port of the database to connect to. Default is 5432.

Description

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.

GitHub mirror

There is also a read-only GitHub mirror available, if you need to fork the project there.