Michal Čihař
1bcaeb5fec
Fix getting empty values from environment
...
If environemnt variable is empty and is not part of $_ENV, the getenv
(obviously) returns empty string, but we should use it.
Fixes #118
Signed-off-by: Michal Čihař <michal@cihar.com >
2017-04-11 17:28:29 +02:00
Michal Čihař
1204bcd696
Do not set password to null when not specified
...
This makes the authentication code think this parameter was not set at
all.
Fixes #118
Signed-off-by: Michal Čihař <michal@cihar.com >
2017-04-11 17:21:32 +02:00
ericfjosne and Michal Čihař
447c731aaa
Add PMA_PORTS configuration
...
Now enabling custom port for each hosts of the PMA_HOSTS environment variable, through the use of a new PMA_PORTS environment variable.
Fixes #112
2017-04-07 15:24:36 +02:00
Michal Čihař
bca3574cf3
Use absolute path here
...
Issue #95
Signed-off-by: Michal Čihař <michal@cihar.com >
2016-11-30 11:34:21 +01:00
Michal Čihař
f581555bcf
Move all configuration to /etc
...
* configuration is now in /etc
* reorder commands for better Docker layer caching
Signed-off-by: Michal Čihař <michal@cihar.com >
2016-11-28 10:19:52 +01:00