sharex-php-uploader/docker-compose.yml

17 lines
507 B
YAML
Raw Normal View History

2023-07-04 15:32:18 +00:00
version: "3.4"
services:
sharex-php-uploader:
2023-07-04 17:08:39 +00:00
image: fascinated/sharex-php-uploader:latest
# Uncomment the following line to build the image yourself
# build: https://git.fascinated.cc/Fascinated/sharex-php-uploader.git
2023-07-04 15:32:18 +00:00
restart: always
2023-07-04 16:22:22 +00:00
environment:
- MAX_UPLOAD_SIZE=500M
2023-07-05 00:08:00 +00:00
- UPLOAD_SECRETS=set me # You can add multiple secrets. Format: secret1,secret2,secret3
2023-07-04 15:32:18 +00:00
ports:
- 80:80
volumes:
# Where to store the uploaded files
- ./uploads:/var/www/html