sharex-php-uploader/docker-compose.yml

17 lines
453 B
YAML
Raw Normal View History

2023-07-04 15:32:18 +00:00
version: "3.4"
services:
sharex-php-uploader:
build: https://git.fascinated.cc/Fascinated/sharex-php-uploader.git
# Use this below if you want to build the image locally (you need to clone the repo first)
# build: .
# image: fascinated/sharex-php-uploader
restart: always
2023-07-04 16:22:22 +00:00
environment:
- MAX_UPLOAD_SIZE=500M
2023-07-04 15:32:18 +00:00
ports:
- 80:80
volumes:
# Where to store the uploaded files
- ./uploads:/var/www/html