antage / docker-phpmyadmin

PHPMyAdmin in Docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phpmyadmnin

Apache 2.x + mod_php 7.x + PHPMyAdmin

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)
  • MYSQL_HOST

About

PHPMyAdmin in Docker container

License:MIT License


Languages

Language:Shell 86.9%Language:Makefile 13.1%