From c5e804c7398088954874f78aa9207ab7e42f2060 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Tue, 12 Aug 2025 14:25:54 +0200 Subject: [PATCH] docs: update README.md --- examples/traefik/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/traefik/README.md b/examples/traefik/README.md index f87d8b9..51bae88 100644 --- a/examples/traefik/README.md +++ b/examples/traefik/README.md @@ -23,7 +23,7 @@ Please remember to configure logrotation on your Docker host server if you've en 1. Put the provided `traefik.yml` (static) and `fileConfig.yml` (dynamic) configuration files to your volume bind mount (here `/mnt/docker-volumes/traefik`). 2. Add your Cloudflare API token as environment variable to the `docker-compose.yml` file and define your Cloudflare email address in the `traefik.yml` file. May adjust to your preferred certresolver. The example given is for Cloudflare, using the ACME DNS challenge to obtain wildcard certificates. -3. Adjust the static and dynamic configuration files to your needs. Especially replace the `example.com` strings with your domain name in the `traefik.yml` static configuration file. Also adjust the authelia and basic auth definitions in the `fileConfig.yml` dynamic configuration file with secure values and your domain names. +3. Adjust the static and dynamic configuration files to your needs. Especially replace the `example.com` strings with your domain name in the `traefik.yml` static configuration file. Also adjust the middleware definitions in the `fileConfig.yml` dynamic configuration file with secure values and your domain names. ### Spawning up Traefik with configuration command definitions