Proxy zu dem Netzwerk "webproxy" hinzugefügt
This commit is contained in:
		
							parent
							
								
									33cca1c430
								
							
						
					
					
						commit
						939c7190d5
					
				| 
						 | 
				
			
			@ -1,5 +1,10 @@
 | 
			
		|||
---
 | 
			
		||||
version: "2"
 | 
			
		||||
 | 
			
		||||
networks:
 | 
			
		||||
  webproxy:
 | 
			
		||||
    external: true
 | 
			
		||||
 | 
			
		||||
services:
 | 
			
		||||
  letsencrypt:
 | 
			
		||||
    image: linuxserver/letsencrypt
 | 
			
		||||
| 
						 | 
				
			
			@ -19,6 +24,8 @@ services:
 | 
			
		|||
      - STAGING=false
 | 
			
		||||
    volumes:
 | 
			
		||||
      - /opt/appdata/letsencrypt:/config
 | 
			
		||||
    networks:
 | 
			
		||||
      - webproxy
 | 
			
		||||
    ports:
 | 
			
		||||
      - 443:443
 | 
			
		||||
      - 80:80
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue