phpmyadmin: Increase upload limit

This commit is contained in:
Tom Wiesing 2022-03-14 09:07:24 +01:00
parent bb72f1173f
commit 3080c837b2
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15

View file

@ -17,6 +17,7 @@ services:
environment:
- "PMA_HOST=sql"
- "HIDE_PHP_VERSION=true"
- "UPLOAD_LIMIT=100M"
# phpmyadmin running on localhost:8080 so that we can easily access the system graphically.
# By default no admin account is created, so initial shell access to make one is needed.
ports: