From b563e781be1a0b414bc77897d1e2c4ecd20d99ed Mon Sep 17 00:00:00 2001 From: "stu126940@mail.uni-kiel.de" <stu126940@mail.uni-kiel.de> Date: Fri, 12 Mar 2021 18:39:40 +0100 Subject: [PATCH] fix README --- slope-evaluator/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slope-evaluator/README.md b/slope-evaluator/README.md index c8bc9dad9..7b0a41935 100644 --- a/slope-evaluator/README.md +++ b/slope-evaluator/README.md @@ -17,10 +17,10 @@ docker build . -t theodolite-evaluator Run the Docker image: ```sh - docker run -p 80:80 -e PORT="9999" theodolite-evaluator + docker run -p 80:80 theodolite-evaluator ``` ## Configuration -You can set the `HOST` and the `PORT` (and a lot of more parameters) via environment variablen. +You can set the `HOST` and the `PORT` (and a lot of more parameters) via environment variablen. Default is `0.0.0.0:80`. For more information see [here](https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker#advanced-usage). -- GitLab