From 9dab0e03dda45b09aff0810c25134cebd7c31367 Mon Sep 17 00:00:00 2001 From: moeny-matt Date: Tue, 1 Apr 2025 17:31:42 -0400 Subject: [PATCH] Edit readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ed5cf7..4173ffc 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,6 @@ Looking to connect more? Join our [RocketChat](https://rocketchat.moeny.ai). ## Docker Compose -The docker setup uses [traefik](https://hub.docker.com/_/traefik) to handle Let's Encrypt certificates, using a [DNS challenge](https://letsencrypt.org/docs/challenge-types/#dns-01-challenge). In order for this setup to work, your DNS server must be configured with a TSIG key for dynamic updates. See our [bind9](https://gitea.moeny.ai/moeny/bind9) repo for more info. \ No newline at end of file +The docker setup uses [traefik](https://hub.docker.com/_/traefik) to handle Let's Encrypt certificates, using a [DNS challenge](https://letsencrypt.org/docs/challenge-types/#dns-01-challenge). In order for this setup to work, your DNS server must be configured with a TSIG key for dynamic updates. See our [bind9](https://gitea.moeny.ai/moeny/bind9) repo for more info. + +Also, note that the [`docker-compose.yaml`](docker-compose.yaml) uses environment variables for information on your TSIG key and DNS server. Make sure to copy `deploy.env` to `.env` and fill it with your own information. \ No newline at end of file