From 8651c95e1bbceefc718794d80e49ef5d6d9b876c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Sun, 13 Mar 2022 02:17:01 +0100 Subject: [PATCH] Remove whitespaces from variables Did not realize that docker doesn't ignore spaces before and after `=` --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 992cd4d..1de48b3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,9 +21,9 @@ services: #- JWT_IN_BODY=true # Uncomment strings below to enable larger files - #- LARGER_FILES = true - #- MAX_DOWNLOAD_SIZE = 104857600 # Download size in bytes - #- MAX_UNCOMPRESSED_SIZE = 300 # Uncompressed of a file in MB + #- LARGER_FILES=true + #- MAX_DOWNLOAD_SIZE=104857600 # Download size in bytes + #- MAX_UNCOMPRESSED_SIZE=300 # Uncompressed of a file in MB ports: - '80:80' - '443:443'