add max upload size to the env vars

This commit is contained in:
Lee
2023-07-04 17:22:22 +01:00
parent 559a78ca33
commit ca2bb7deb6
2 changed files with 9 additions and 0 deletions

View File

@ -7,6 +7,8 @@ services:
# build: .
# image: fascinated/sharex-php-uploader
restart: always
environment:
- MAX_UPLOAD_SIZE=500M
ports:
- 80:80
volumes: