Skip to content
Snippets Groups Projects
Commit 825b9e8a authored by Benedikt Wetzel's avatar Benedikt Wetzel
Browse files

fix README

parent 68aa1303
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!96Handle shutdown,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
......@@ -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).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment