mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-08-11 00:01:14 +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
|
@ -31,4 +31,5 @@ services:
|
|||
- "8081:80"
|
||||
environment:
|
||||
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