18 lines
472 B
Markdown
18 lines
472 B
Markdown
|
---
|
||
|
title: "Traefik Docker Swarm Configuration Documentation"
|
||
|
description: "Reference dynamic configuration with Docker Swarm labels in Traefik Proxy. Read the technical documentation."
|
||
|
---
|
||
|
|
||
|
# Docker Swarm Configuration Reference
|
||
|
|
||
|
Dynamic configuration with Docker Labels
|
||
|
{: .subtitle }
|
||
|
|
||
|
The labels are case-insensitive.
|
||
|
|
||
|
```yaml
|
||
|
labels:
|
||
|
--8<-- "content/reference/dynamic-configuration/swarm.yml"
|
||
|
--8<-- "content/reference/dynamic-configuration/docker-labels.yml"
|
||
|
```
|