Skip to content

Docker phpmyadmin/phpmyadmin with ssl enabled

License

Notifications You must be signed in to change notification settings

lcenchew/docker-phpmyadmin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • PHP 95.8%
  • Dockerfile 4.2%