William Desportes
bd7de17631
Add MEMORY_LIMIT to allowed ENV names
...
Added in #320
See: https://github.com/docker-library/official-images/pull/9426
2021-02-02 00:12:33 +01:00
William Desportes
49a7e0fba7
Make the new MEMORY_LIMIT ENV work for phpMyAdmin configs
...
Added in #320
See: https://github.com/docker-library/official-images/pull/9426
2021-02-02 00:08:42 +01:00
William Desportes
1a7be47268
Fix PMA_QUERYHISTORYMAX ENV in config.inc.php
...
See: https://github.com/docker-library/official-images/pull/9426
2021-02-01 23:53:40 +01:00
w3goodies and GitHub
9322b7afdf
Update config.inc.php
...
PMA_QUERYHISTORYMAX is integer value. Using boolval on it will either result in 1 or 0 for max query history.
2020-12-31 06:19:01 +03:00
William Desportes
4b1fe4dc6f
Merge #314 - Add the possibility to change max_execution_time
2020-12-26 12:02:34 +01:00
William Desportes
a2b0f3a5c0
Merge #309 - Add PMA_QUERYHISTORYMAX config parameter
2020-12-26 12:01:05 +01:00
Dennis Paul and William Desportes
a3a4c4e0fd
[+] ENV MAX_EXECUTION_TIME
2020-12-26 11:58:45 +01:00
J0WI and Isaac Bennetch
78e3cb7aba
Refactor Dockerfile to support multiple variants and drop supervisord ( #200 )
...
* Refactor Dockerfile to support multiple variants and drop supervisord
* Rename run.sh to docker-entrypoint.sh
* Update tests for apache conatiner
* Fix tests in conatiner
* Fix database startup
* Update Makefile to build all variants
* Update phpMyAdmin to 4.8.4
* Rebase on top of v4.8.5
2019-03-29 03:48:30 -04:00