From bba37a93a40631a785c4d043cf8409321ddf3b08 Mon Sep 17 00:00:00 2001 From: "stu126940@mail.uni-kiel.de" <stu126940@mail.uni-kiel.de> Date: Fri, 12 Mar 2021 18:48:04 +0100 Subject: [PATCH] apply suggestion --- slope-evaluator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slope-evaluator/README.md b/slope-evaluator/README.md index 7b0a41935..65bba4d7d 100644 --- a/slope-evaluator/README.md +++ b/slope-evaluator/README.md @@ -22,5 +22,5 @@ Run the Docker image: ## Configuration -You can set the `HOST` and the `PORT` (and a lot of more parameters) via environment variablen. Default is `0.0.0.0:80`. +You can set the `HOST` and the `PORT` (and a lot of more parameters) via environment variables. Default is `0.0.0.0:80`. For more information see [here](https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker#advanced-usage). -- GitLab