Tiny phpPgAdmin image with multi-arch support
2.9K
Tiny phpPgAdmin image with multi-arch support.
Includes on Alpine, Nginx, PHP and phpPgAdmin. Tested with PostgreSQL 16.0.
Configuration: Mount your external config based on example config file.
Example docker-compose.yml
version: '3.8'
services:
phppgadmin:
image: phppgadmin:custom
container_name: phppgadmin
ports:
- "8077:80"
environment:
- TZ=Europe/Madrid
volumes:
- <host_path>/config.inc.php:/var/www/app/conf/config.inc.php
restart: unless-stopped
Content type
Image
Digest
sha256:89c93fc4c…
Size
15.7 MB
Last updated
almost 3 years ago
docker pull ngosang/phppgadmin