17 lines
455 B
Markdown
17 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"
|
|
```
|