From 1cdc8f2e94cf8ca2a750558842c367a3788501e0 Mon Sep 17 00:00:00 2001 From: luanhailiang Date: Fri, 22 Sep 2023 12:26:02 +0800 Subject: [PATCH] gunicorn --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 4c4c90e..9888cec 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,8 +1,8 @@ version: '3' services: billiard: - command: ["python", "./app.py"] - # command: ["gunicorn", "app:app", "--bind", "0.0.0.0:5000", "--timeout", "0", "--workers", "1"] + # command: ["python", "./app.py"] + command: ["gunicorn", "app:app", "--bind", "0.0.0.0:5000", "--timeout", "0", "--workers", "1"] restart: always build: . volumes: