add docker

This commit is contained in:
Lee
2023-07-04 16:32:18 +01:00
parent 4f9ad17446
commit 0f35e849de
5 changed files with 103 additions and 1 deletions

14
docker-compose.yml Normal file
View File

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