fix: increase upload limit
This commit is contained in:
@@ -6,6 +6,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
PORT: 80
|
PORT: 80
|
||||||
|
BODY_SIZE_LIMIT: 512000000
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
|
|||||||
Reference in New Issue
Block a user