Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tozd/docker-phppgadmin
phpPgAdmin Docker image. Read-only mirror of https://gitlab.com/tozd/docker/phppgadmin
https://github.com/tozd/docker-phppgadmin
docker docker-image phppgadmin postgresql
Last synced: 3 days ago
JSON representation
phpPgAdmin Docker image. Read-only mirror of https://gitlab.com/tozd/docker/phppgadmin
- Host: GitHub
- URL: https://github.com/tozd/docker-phppgadmin
- Owner: tozd
- Created: 2014-07-02T19:28:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T22:23:08.000Z (6 months ago)
- Last Synced: 2024-05-13T23:31:52.041Z (6 months ago)
- Topics: docker, docker-image, phppgadmin, postgresql
- Language: PHP
- Homepage:
- Size: 21.5 KB
- Stars: 5
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# tozd/phppgadmin
Available as:
- [`tozd/phppgadmin`](https://hub.docker.com/r/tozd/phppgadmin)
- [`registry.gitlab.com/tozd/docker/phppgadmin`](https://gitlab.com/tozd/docker/phppgadmin/container_registry)## Image inheritance
[`tozd/base`](https://gitlab.com/tozd/docker/base) ← [`tozd/dinit`](https://gitlab.com/tozd/docker/dinit) ← [`tozd/nginx`](https://gitlab.com/tozd/docker/nginx) ← [`tozd/nginx-mailer`](https://gitlab.com/tozd/docker/nginx-mailer) ← [`tozd/nginx-cron`](https://gitlab.com/tozd/docker/nginx-cron) ← [`tozd/php`](https://gitlab.com/tozd/docker/php) ← `tozd/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](https://github.com/phppgadmin/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](https://github.com/tozd/docker-phppgadmin),
if you need to fork the project there.