Built from https://github.com/ReimuHakurei/phpPgAdmin , supports PostgreSQL 16
3.1K
This is a very simple Docker image built from https://github.com/ivoras/phpPgAdmin, which was in turn forked from https://github.com/ReimuHakurei/phpPgAdmin . I did this because I didn't find any Docker images of phpPgAdmin that work with recent versions of PostgreSQL.
This image was built on top of php8.1 and was tested with PostgreSQL 16, at least for the common operations.
The following environment variables MUST be set before the image will work:
POSTGRES_HOSTPOSTGRES_PORTOne way to run the image is:
docker run --rm --name=phppgadmin -e POSTGRES_HOST=dbhost -e POSTGRES_PORT=5432 -p 8111:80 --network mynetwork ivoras/phppgadmin:latest
Note that you can't use "localhost" as POSTGRES_HOST, the address needs to be resolvable and accessible within the Docker container.
Content type
Image
Digest
sha256:827f14ec2…
Size
184.9 MB
Last updated
almost 3 years ago
docker pull ivoras/phppgadmin