From 7b265e9e7bdf847804b82482d63c944a52a58e3e Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 7 Nov 2024 18:12:39 -0700 Subject: [PATCH] Update Docker & Kubernetes/Docker/Docker Compose/Traefik.md --- Docker & Kubernetes/Docker/Docker Compose/Traefik.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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