From a6dce528a1478fabd89d5416c668d8d3fb99e0fc Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Fri, 24 Feb 2023 22:59:43 +0100 Subject: [PATCH] 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 3bf239c..90ea440 100644 --- a/examples/traefik/README.md +++ b/examples/traefik/README.md @@ -8,7 +8,7 @@ # Notes 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 +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. 3. Adjust the static and dynamic configuration files to your needs. Especially replace the `example.com` strings with your domain name. Optionally configure logrotation on your Docker host server if you've enabled Traefik access logs. See `logrotate_example.txt` as example.