updated command of myems-api service in docker-compose

pull/80/head
13621160019@163.com 2021-11-15 21:24:03 +08:00
parent a9cbee6cd1
commit 5b30a23a85
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: '3'
services:
api:
build: ./myems-api
command: gunicorn app:api -b 0.0.0.0:8000
command: gunicorn app:api -b 0.0.0.0:8000 --timeout 600 --workers=4
restart: always
ports:
- "8000:8000"