From a2a6de9b19814c0da4319a42910f337c6a55138b Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Fri, 24 Feb 2023 22:55:33 +0100 Subject: [PATCH] Update README.md --- examples/traefik/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/traefik/README.md b/examples/traefik/README.md index 4759bb8..d90f7c8 100644 --- a/examples/traefik/README.md +++ b/examples/traefik/README.md @@ -4,3 +4,9 @@ - https://blog.lrvt.de/nginx-proxy-manager-versus-traefik/ - https://blog.lrvt.de/configuring-fail2ban-with-traefik/ - https://github.com/l4rm4nd/F2BFilters + +# Notes + +Put the provided `traefik.yml` (static) and `fileConfig.yml` (dynamic) configuration files to your volume bind mount (here `/mnt/docker-volumes/traefik`). + +Optionally configure logrotation on your Docker host server if you've enabled Traefik access logs. See `logrotate_example.txt` as example.