phpmyadmin: Increase upload limit
This commit is contained in:
parent
bb72f1173f
commit
3080c837b2
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- "PMA_HOST=sql"
|
- "PMA_HOST=sql"
|
||||||
- "HIDE_PHP_VERSION=true"
|
- "HIDE_PHP_VERSION=true"
|
||||||
|
- "UPLOAD_LIMIT=100M"
|
||||||
# phpmyadmin running on localhost:8080 so that we can easily access the system graphically.
|
# 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.
|
# By default no admin account is created, so initial shell access to make one is needed.
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue