mirror of
				https://github.com/traefik/traefik.git
				synced 2025-10-31 16:31:16 +01: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"
 | |
| ```
 |