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 ports: - 80:80 volumes: # Where to store the uploaded files - ./uploads:/var/www/html