Remove whitespaces from variables
Did not realize that docker doesn't ignore spaces before and after `=`
This commit is contained in:
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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user