build(dev): increase phpmyadmin's upload limit to facilitate testing imports

This commit is contained in:
Yassine Doghri 2023-06-26 16:47:25 +00:00
parent e42258de1f
commit 2f681e9f78
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ services:
environment:
PMA_HOST: mariadb
PMA_PORT: 3306
UPLOAD_LIMIT: 30M
ports:
- 8888:80
volumes: