mirror of
https://github.com/shizunge/endlessh-go.git
synced 2026-06-22 20:00:27 +00:00
853 B
853 B
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.
kustomize-simple
An example how to setup endlessh-go using kustomize.
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.