nginx-proxy: Add template volume to general volume section
This commit is contained in:
		
							parent
							
								
									6fe27ae76f
								
							
						
					
					
						commit
						d76b5f2b94
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -24,7 +24,7 @@ services:
 | 
			
		|||
    volumes:
 | 
			
		||||
      - /var/run/docker.sock:/tmp/docker.sock:ro
 | 
			
		||||
      # - ./nginx.tmpl:/etc/docker-gen/templates/nginx.tmpl # use this for the file next to this file
 | 
			
		||||
      - nginx-tmpl:/etc/docker-gen/templates/ # use this for a named volume containing the file
 | 
			
		||||
      - nginx_tmpl:/etc/docker-gen/templates/ # use this for a named volume containing the file
 | 
			
		||||
    networks:
 | 
			
		||||
      - webproxy
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -41,6 +41,7 @@ services:
 | 
			
		|||
 | 
			
		||||
volumes:
 | 
			
		||||
  nginx_conf:
 | 
			
		||||
  nginx_tmpl:
 | 
			
		||||
  certs:
 | 
			
		||||
  vhost:
 | 
			
		||||
  html:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue