forked from coop-cloud/traefik
		
	Update traefik Docker tag to v2.3.3
This commit is contained in:
		@ -3,7 +3,7 @@ version: "3.8"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  app:
 | 
					  app:
 | 
				
			||||||
    image: "traefik:2.3.2"
 | 
					    image: "traefik:2.3.3"
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
      - "80:80"
 | 
					      - "80:80"
 | 
				
			||||||
      - "443:443"
 | 
					      - "443:443"
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user