1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-08-09 23:31:13 +02:00

Allow uploading larger files to phpmyadmin

This commit is contained in:
Robbie Antenesse 2025-07-19 09:51:14 -06:00
parent 2c4e324157
commit d9213200c6

View file

@ -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