Change the upload limit inside the docker-compose.yml file
This commit is contained in:
parent
93e53649cb
commit
0084eb8cd3
1 changed files with 6 additions and 5 deletions
|
@ -36,6 +36,7 @@ services:
|
|||
- '8080:80'
|
||||
environment:
|
||||
- 'PMA_HOST=mysql'
|
||||
- 'UPLOAD_LIMIT=102400K'
|
||||
|
||||
mailpit:
|
||||
image: 'axllent/mailpit:v1.7'
|
||||
|
|
Loading…
Reference in a new issue