mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 09:46:23 +00:00
Fix discrepancy re traefik.toml location
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
@@ -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.
|
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
|
```bash
|
||||||
[global]
|
[global]
|
||||||
|
|||||||
Reference in New Issue
Block a user