add max upload size to the env vars
This commit is contained in:
@ -7,6 +7,8 @@ services:
|
||||
# build: .
|
||||
# image: fascinated/sharex-php-uploader
|
||||
restart: always
|
||||
environment:
|
||||
- MAX_UPLOAD_SIZE=500M
|
||||
ports:
|
||||
- 80:80
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user