Remove whitespaces from variables

Did not realize that docker doesn't ignore spaces before and after `=`
This commit is contained in:
Jiří Štefka 2022-03-13 02:17:01 +01:00
parent 195decf0c7
commit 8651c95e1b

@ -21,9 +21,9 @@ services:
#- JWT_IN_BODY=true #- JWT_IN_BODY=true
# Uncomment strings below to enable larger files # Uncomment strings below to enable larger files
#- LARGER_FILES = true #- LARGER_FILES=true
#- MAX_DOWNLOAD_SIZE = 104857600 # Download size in bytes #- MAX_DOWNLOAD_SIZE=104857600 # Download size in bytes
#- MAX_UNCOMPRESSED_SIZE = 300 # Uncompressed of a file in MB #- MAX_UNCOMPRESSED_SIZE=300 # Uncompressed of a file in MB
ports: ports:
- '80:80' - '80:80'
- '443:443' - '443:443'