lcenchew / docker-phpmyadmin

Docker phpmyadmin/phpmyadmin with ssl enabled

Repository from Github https://github.comlcenchew/docker-phpmyadminRepository from Github https://github.comlcenchew/docker-phpmyadmin

docker-phpmyadmin-tls

This image started as phpmyadmin with forcing ssl on the servers but instead now allows all configuration to be changed via environment variable

Usage

Every environment variable starting with pma. with have its values added to the configuration

Example: pma.Servers.0.ssl=true will enable ssl for the first(and default) server.

Special values

Environment variable values are always strings. Thus the following string are converted to special php values

  • true - boolean true
  • false - boolean false

About

Docker phpmyadmin/phpmyadmin with ssl enabled

License:MIT License


Languages

Language:PHP 95.8%Language:Dockerfile 4.2%