More commented & removed no-update flag
This commit is contained in:
		@@ -22,14 +22,13 @@ services:
 | 
				
			|||||||
        volumes:
 | 
					        volumes:
 | 
				
			||||||
            - /etc/localtime:/etc/localtime:ro
 | 
					            - /etc/localtime:/etc/localtime:ro
 | 
				
			||||||
        ports:
 | 
					        ports:
 | 
				
			||||||
            # Under this port the Pritunl web interface will be exposed
 | 
					            # Under this port the Pritunl web interface will be exposed (for reverse proxies)
 | 
				
			||||||
            - 9700:9700
 | 
					            - 9700:9700
 | 
				
			||||||
            # The following are two random ports for the tcp+udp servers (you may edit these as needed!)
 | 
					            # The following are the two default ports for the tcp+udp servers (you may edit these as needed!)
 | 
				
			||||||
            - 46648:46648
 | 
					            - 1194:1194
 | 
				
			||||||
            - 46648:46648/udp
 | 
					            - 1194:1194/udp
 | 
				
			||||||
        environment:
 | 
					        environment:
 | 
				
			||||||
            - TZ=UTC
 | 
					            - TZ=UTC
 | 
				
			||||||
            - MONGODB_URI=mongodb://mongodb:27017/pritunl
 | 
					            - MONGODB_URI=mongodb://mongodb:27017/pritunl
 | 
				
			||||||
 | 
					            # Also enable reverse proxie capabilities
 | 
				
			||||||
            - REVERSE_PROXY=true
 | 
					            - REVERSE_PROXY=true
 | 
				
			||||||
        labels:
 | 
					 | 
				
			||||||
            - com.centurylinklabs.watchtower.enable=false
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user