mirror of
https://github.com/traefik/traefik.git
synced 2025-05-05 15:33:01 +00:00
18 lines
455 B
Markdown
18 lines
455 B
Markdown
---
|
|
title: "Traefik Docker Configuration Documentation"
|
|
description: "Reference dynamic configuration with Docker labels in Traefik Proxy. Read the technical documentation."
|
|
---
|
|
|
|
# Docker Configuration Reference
|
|
|
|
Dynamic configuration with Docker Labels
|
|
{: .subtitle }
|
|
|
|
The labels are case-insensitive.
|
|
|
|
```yaml
|
|
labels:
|
|
--8<-- "content/reference/dynamic-configuration/docker.yml"
|
|
--8<-- "content/reference/dynamic-configuration/docker-labels.yml"
|
|
```
|