mirror of
				https://github.com/containous/traefik.git
				synced 2025-11-04 12:23:53 +03: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"
 | 
						|
```
 |