mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-08-12 08:41:13 +02:00
Allow uploading larger files to phpmyadmin
This commit is contained in:
parent
2c4e324157
commit
d9213200c6
1 changed files with 2 additions and 1 deletions
|
@ -32,3 +32,4 @@ services:
|
||||||
environment:
|
environment:
|
||||||
PMA_HOST: db
|
PMA_HOST: db
|
||||||
MYSQL_ROOT_PASSWORD: ${PROJECT_DB_ROOT_PASSWORD}
|
MYSQL_ROOT_PASSWORD: ${PROJECT_DB_ROOT_PASSWORD}
|
||||||
|
UPLOAD_LIMIT: 300M
|
||||||
|
|
Loading…
Add table
Reference in a new issue