Skip to content

Commit e9af307

Browse files
committed
[skip ci] Change timeout parameter in docker compose
1 parent 5c1cb07 commit e9af307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
pdf-document-layout-analysis:
33
container_name: pdf-document-layout-analysis
4-
entrypoint: [ "gunicorn", "-k", "uvicorn.workers.UvicornWorker", "--chdir", "./src", "app:app", "--bind", "0.0.0.0:5060", "--timeout-keep-alive", "10000"]
4+
entrypoint: [ "gunicorn", "-k", "uvicorn.workers.UvicornWorker", "--chdir", "./src", "app:app", "--bind", "0.0.0.0:5060", "--timeout", "10000"]
55
init: true
66
restart: unless-stopped
77
build:

0 commit comments

Comments
 (0)