From c14ce15f5dda19f3a02719d2d989756dc068929c Mon Sep 17 00:00:00 2001 From: Shizun Ge Date: Wed, 1 Nov 2023 20:50:12 -0700 Subject: [PATCH] add links to examples --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index 0826c30..a46a54b 100644 --- a/examples/README.md +++ b/examples/README.md @@ -2,11 +2,11 @@ > The default container user has uid 65534. -## docker-simple +## [docker-simple](./examples/docker-simple) An example how to setup endlessh-go, Prometheus, and Grafana using [docker compose](https://docs.docker.com/compose/). -## docker-maxmind +## [docker-maxmind](./examples/docker-maxmind) An example how to setup endlessh-go with the Maxmind GeoIP Database.