From 563894872158fd30cbb4d5931ced80899132f808 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Wed, 5 Jul 2023 16:20:57 +0100 Subject: [PATCH] add more build options --- docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 3d5b24d..75ad1cb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,6 +5,9 @@ services: 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 + # or build it locally (you need to clone the repo first): + # build: + # context: . restart: always environment: - MAX_UPLOAD_SIZE=500M