mirror of
				https://github.com/rorydavidson/owncloud-nginx-letsencrypt-docker.git
				synced 2025-11-04 10:01:25 +01:00 
			
		
		
		
	Letsencrypt depends on nginx
This commit is contained in:
		@@ -28,6 +28,8 @@ services:
 | 
			
		||||
  letsencrypt:
 | 
			
		||||
    image: jrcs/letsencrypt-nginx-proxy-companion:latest
 | 
			
		||||
    restart: always
 | 
			
		||||
    depends_on:
 | 
			
		||||
      - nginx-proxy
 | 
			
		||||
    volumes:
 | 
			
		||||
      - /var/run/docker.sock:/var/run/docker.sock:ro
 | 
			
		||||
      - /apps/docker-articles/nginx/vhost.d:/etc/nginx/vhost.d
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user