Compare commits

..

No commits in common. "9831dc155cb3565491bb1d1b8369db95cf420f24" and "3fdaa9219d2e6d137835e2c7fbb0c857d8f4a862" have entirely different histories.

2 changed files with 4 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

@ -2,9 +2,10 @@ version: "3.4"
services: services:
sharex-php-uploader: sharex-php-uploader:
image: fascinated/sharex-php-uploader:latest build: https://git.fascinated.cc/Fascinated/sharex-php-uploader.git
# Uncomment the following line to build the image yourself # Use this below if you want to build the image locally (you need to clone the repo first)
# build: https://git.fascinated.cc/Fascinated/sharex-php-uploader.git # build: .
# image: fascinated/sharex-php-uploader
restart: always restart: always
environment: environment:
- MAX_UPLOAD_SIZE=500M - MAX_UPLOAD_SIZE=500M