mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
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'
|
- '8080:80'
|
||||||
environment:
|
environment:
|
||||||
- 'PMA_HOST=mysql'
|
- 'PMA_HOST=mysql'
|
||||||
|
- 'UPLOAD_LIMIT=102400K'
|
||||||
|
|
||||||
mailpit:
|
mailpit:
|
||||||
image: 'axllent/mailpit:v1.7'
|
image: 'axllent/mailpit:v1.7'
|
||||||
|
|
Loading…
Reference in a new issue