build(dev): increase phpmyadmin's upload limit in docker-compose.yml

This commit is contained in:
Yassine Doghri 2023-12-05 13:08:08 +00:00
parent aeaee8ae64
commit f5189055ff
1 changed files with 1 additions and 1 deletions

View File

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