Traefik volume mounts are now readonly
This commit is contained in:
		
							parent
							
								
									f6bda77e15
								
							
						
					
					
						commit
						c5777060e0
					
				|  | @ -11,8 +11,8 @@ services: | ||||||
|             - "443:443" |             - "443:443" | ||||||
|         volumes: |         volumes: | ||||||
|             - /var/run/docker.sock:/var/run/docker.sock |             - /var/run/docker.sock:/var/run/docker.sock | ||||||
|             - ./traefik:/etc/traefik |             - ./traefik:/etc/traefik:ro | ||||||
|             - configtraefik:/config |             - configtraefik:/config:ro | ||||||
|         labels: |         labels: | ||||||
|             - "traefik.enable=true" |             - "traefik.enable=true" | ||||||
|             # Docker labels for enabling Traefik dashboard |             # Docker labels for enabling Traefik dashboard | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue