From c47ef5c434520d3cefa7b4ed07199a739f3e3bc1 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Tue, 4 Jul 2023 18:08:39 +0100 Subject: [PATCH] change image docker compose --- docker-compose.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9ffa781..0b4279e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,10 +2,9 @@ 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 + 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