Files
endlessh-go/examples/README.md
Ivan Schaller a112241c76 make wanted changes
Signed-off-by: Ivan Schaller <ivan@schaller.sh>
2023-04-17 17:06:42 +02:00

20 lines
462 B
Markdown

# Examples
> The default container user has uid 65534.
## docker-simple
An example how to setup endlessh-go, Prometheus, and Grafana using [docker compose](https://docs.docker.com/compose/).
## docker-maxmind
An example how to setup endlessh-go with the Maxmind GeoIP Database.
### Using privileged ports (<1024) on docker
If you want to run the image with privileged ports (below 1025), you need to set the container user to root:
```yml
user: root
```