From f6408162fc687219e5ac2a983bfea5223ce52e72 Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 18 Jan 2023 13:14:53 +1300 Subject: [PATCH] Fix discrepancy re traefik.toml location Signed-off-by: David Young --- docs/docker-swarm/traefik.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker-swarm/traefik.md b/docs/docker-swarm/traefik.md index e25ddc0..fa06a57 100644 --- a/docs/docker-swarm/traefik.md +++ b/docs/docker-swarm/traefik.md @@ -38,7 +38,7 @@ To deal with these gaps, we need a front-end load-balancer, and in this design, While it's possible to configure traefik via docker command arguments, I prefer to create a config file (`traefik.toml`). This allows me to change traefik's behaviour by simply changing the file, and keeps my docker config simple. -Create `/var/data/traefikv2/traefik.toml` as per the following example: +Create `/var/data/config/traefikv2/traefik.toml` as per the following example: ```bash [global]