Change the upload limit inside the docker-compose.yml file

This commit is contained in:
Alex Tselegidis 2023-08-09 09:25:35 +02:00
parent 93e53649cb
commit 0084eb8cd3
1 changed files with 6 additions and 5 deletions

View File

@ -36,6 +36,7 @@ services:
- '8080:80'
environment:
- 'PMA_HOST=mysql'
- 'UPLOAD_LIMIT=102400K'
mailpit:
image: 'axllent/mailpit:v1.7'