Set web network to be non-external for production
This commit is contained in:
		
							parent
							
								
									0fdafd7b8a
								
							
						
					
					
						commit
						ffb8250e13
					
				| 
						 | 
				
			
			@ -1,6 +1,11 @@
 | 
			
		|||
---
 | 
			
		||||
version: '3'
 | 
			
		||||
 | 
			
		||||
# Publish a port instead of using the web network
 | 
			
		||||
network:
 | 
			
		||||
  web:
 | 
			
		||||
    external: false
 | 
			
		||||
 | 
			
		||||
services:
 | 
			
		||||
  nextcloud:
 | 
			
		||||
    ports:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue