diff --git a/slope-evaluator/README.md b/slope-evaluator/README.md index 69831cd5f83665735c586ab25493ed257b93c2ad..5929fb157a7c783bd37497885a5e3bc373b84aa0 100644 --- a/slope-evaluator/README.md +++ b/slope-evaluator/README.md @@ -17,13 +17,13 @@ docker build . -t theodolite-evaluator Run the Docker image: ```sh - docker run -p 80:80 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 variables. Default is `0.0.0.0:80`. -For more information see [here](https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker#advanced-usage). +For more information see the [Gunicorn/FastAPI Docker docs](https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker#advanced-usage). ## API Documentation