Files
endlessh-go/examples

Examples

The default container user has uid 65534.

docker-simple

An example how to setup endlessh-go, Prometheus, and Grafana using docker compose.

docker-maxmind

An example how to setup endlessh-go with the Maxmind GeoIP Database.

FAQ

Bind to privileged ports (<1024) in a container

You need to add capability NET_BIND_SERVICE to the program.

If you are using docker, this can be done via cli argument --cap-add or cap_add in the docker compose file.