sharex-php-uploader/docker-compose.yml
Fascinated cae4d4f051
All checks were successful
/ docker (push) Successful in 1m34s
use env vars for secrets
2023-07-05 01:08:00 +01:00

17 lines
507 B
YAML

version: "3.4"
services:
sharex-php-uploader:
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
restart: always
environment:
- MAX_UPLOAD_SIZE=500M
- UPLOAD_SECRETS=set me # You can add multiple secrets. Format: secret1,secret2,secret3
ports:
- 80:80
volumes:
# Where to store the uploaded files
- ./uploads:/var/www/html