Set the phpmyadmin upload limit
This commit is contained in:
parent
9ac0f025bd
commit
ef36dc12ef
|
@ -43,6 +43,9 @@ services:
|
|||
- {{ taf_mysql_network }}
|
||||
environment:
|
||||
- PMA_HOST=sofia-taf-mysql
|
||||
- UPLOAD_LIMIT={{ docker_pep_max_body_size }}
|
||||
- HIDE_PHP_VERSION=True
|
||||
- PMA_PMADB=pmadb
|
||||
deploy:
|
||||
placement:
|
||||
constraints:
|
||||
|
|
Loading…
Reference in New Issue