From e9246302c5032fe3fa184965ae93803a90c071f7 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Wed, 5 Jul 2023 16:24:50 +0100 Subject: [PATCH] update comment --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 75ad1cb..6987bc3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,7 +16,7 @@ services: - USE_RANDOM_FILE_NAMES=true # If true, the uploaded files will be renamed to a random string - FILE_NAME_LENGTH=8 # The length of the random file name - SHOULD_CONVERT_TO_WEBP=true # If true, the uploaded files will be converted to webp - - WEBP_QUALITY=95 # The quality of the converted webp files + - WEBP_QUALITY=95 # The quality of the converted webp files (0-100 - higher is better) - WEBP_THREADHOLD=1048576 # The minimum file size to convert to webp (1MB in bytes) ports: - 80:80