Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 730 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 730 Bytes

Examples

The default container user has uid 65534.

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

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.