Sign inSign up

ngosang/phppgadmin

By ngosang

Updated almost 3 years ago

Tiny phpPgAdmin image with multi-arch support

Image
Developer tools
2

2.9K

ngosang/phppgadmin repository overview

Docker Pulls Docker Stars

ko-fi

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

Tag summary

Content type

Image

Digest

sha256:89c93fc4c

Size

15.7 MB

Last updated

almost 3 years ago

docker pull ngosang/phppgadmin