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'