From 741bd399ed54e3dd8199e7c2710fc52ba87f6fbe Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Jun 2020 14:15:52 +0100 Subject: [PATCH] working gunicorn with port in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 076b456..625c0e7 100644 --- a/README.md +++ b/README.md @@ -86,3 +86,4 @@ But in the long run logging should be disabled * made urls relative * service file with `--env SCRIPT_NAME=/watermark` see above * +gunicorn -w 4 -b :5000 app:app