antage / docker-phppgadmin

Apache 2.x + PHP 7.x + PHPPgAdmin docker image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phpmyadmnin

Apache 2.x + mod_php 7.x + PHPPgAdmin

Based on debian:stretch.

Building

Just run make.

Volumes

  • /var/lib/php/sessions (tmpfs is recommended)
  • /var/log/apache2

Exposed ports

  • 8080/tcp

Environment variables

  • APACHE_SERVER_NAME (hostname by default)
  • PHP_TIMEZONE ('UTC' by default)
  • PGSQL_HOST

About

Apache 2.x + PHP 7.x + PHPPgAdmin docker image

License:MIT License


Languages

Language:Dockerfile 85.5%Language:Shell 12.6%Language:Makefile 1.9%