diff --git a/Docker & Kubernetes/Docker/Docker Compose/Traefik.md b/Docker & Kubernetes/Docker/Docker Compose/Traefik.md index 3b65ce1..cb76f1e 100644 --- a/Docker & Kubernetes/Docker/Docker Compose/Traefik.md +++ b/Docker & Kubernetes/Docker/Docker Compose/Traefik.md @@ -107,7 +107,7 @@ LETSENCRYPT_EMAIL=nicole.rappe@bunny-lab.io !!! info There is a distinction between the "Global API Key" and a "Token API Key". The main difference being that the "Global API Key" can change anything in Cloudflare, while the "Token API Key" can only change what it was granted delegated permissions to. -## Adding Servers to Traefik +## Adding Servers / Services to Traefik Traefik operates in two ways, the first is labels, while the second are dynamic configuration files. We will go over each below. ### Docker-Compose Labels @@ -174,4 +174,4 @@ You can see the similarities between the labeling method and how you designate t servers: - url: http://192.168.5.70:8080 passHostHeader: true -``` \ No newline at end of file + ``` \ No newline at end of file