Skip to content

Minimal phpMyAdmin image can be use as data container with nginx and php-fpm container for example

License

Notifications You must be signed in to change notification settings

gimler/docker-phpmyadmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpMyAdmin docker image

It contains only phpmyadmin and can be use as docker data container and nginx and php-fpm for example.

Build Status Docker Stars Docker Pulls

it is heavy inspired by the official docker image phpmyadmin/docker but without the php and webserver stuff.

Hints

PHP Container

Your php container should include the following extensions installed:

  • bz2
  • curl
  • ctype
  • gd
  • json
  • mysqli
  • mbstring
  • opcache
  • openssl
  • session
  • xml
  • zlib
  • zip

Environment variables summary

  • PMA_ARBITRARY - when set to 1 connection to the arbitrary server will be allowed
  • PMA_HOST - define address/host name of the MySQL server
  • PMA_PORT - define port of the MySQL server
  • PMA_HOSTS - define comma separated list of address/host names of the MySQL servers
  • PMA_USER and PMA_PASSWORD - define username to use for config authentication method

About

Minimal phpMyAdmin image can be use as data container with nginx and php-fpm container for example

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published