From fbe145847855e45ff083e49e9f1d6f1922bd69bf Mon Sep 17 00:00:00 2001 From: Nicolai Reuschling Date: Wed, 12 Apr 2023 14:56:39 +0200 Subject: [PATCH] fix spelling of label --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33d3df10..862e22fb 100644 --- a/README.md +++ b/README.md @@ -514,13 +514,13 @@ traefik: This starts the Traefik container with `--volume /tmp/example.json:/tmp/example.json --publish 8080:8080 --memory 512m` arguments to `docker run`. -### Traefik container lables +### Traefik container labels Add labels to Traefik Docker container. ```yaml traefik: - lables: + labels: - traefik.enable: true - traefik.http.routers.dashboard.rule: Host(`traefik.example.com`) && (PathPrefix(`/api`) || PathPrefix(`/dashboard`)) - traefik.http.routers.dashboard.service: api@internal