Use Infinity
This commit is contained in:
parent
34f5697521
commit
4e0f3f0f39
1 changed files with 2 additions and 2 deletions
|
@ -7,6 +7,6 @@ services:
|
||||||
environment:
|
environment:
|
||||||
ORIGIN: "${ORIGIN}"
|
ORIGIN: "${ORIGIN}"
|
||||||
PORT: 8000
|
PORT: 8000
|
||||||
BODY_SIZE_LIMIT: 0
|
BODY_SIZE_LIMIT: Infinity
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:8000:8000
|
- 127.0.0.1:8000:8000
|
Loading…
Reference in a new issue