fix Payload Too Large for convert file api
This commit is contained in:
parent
96d732bb96
commit
ba8175204c
9 changed files with 169 additions and 157 deletions
|
|
@ -1,10 +1,9 @@
|
|||
version: "3.2"
|
||||
services:
|
||||
report-server:
|
||||
image: docker.frappet.com/demo/report-server:latest
|
||||
restart: unless-stopped
|
||||
mem_limit: 500m
|
||||
# mem_limit: 500m
|
||||
ports:
|
||||
- 3000:80
|
||||
- 3001:80
|
||||
volumes:
|
||||
- ./templates:/app/templates
|
||||
- ./templates:/app/templates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue