You've already forked nginx-proxy-manager
							
							
				mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 04:11:42 +03:00 
			
		
		
		
	Expose ports for host network mode support
This commit is contained in:
		@@ -29,4 +29,11 @@ ADD knexfile.js         /app/knexfile.js
 | 
			
		||||
VOLUME [ "/data", "/etc/letsencrypt" ]
 | 
			
		||||
CMD [ "/init" ]
 | 
			
		||||
 | 
			
		||||
# Ports
 | 
			
		||||
EXPOSE 80
 | 
			
		||||
EXPOSE 81
 | 
			
		||||
EXPOSE 443
 | 
			
		||||
EXPOSE 9876
 | 
			
		||||
 | 
			
		||||
HEALTHCHECK --interval=15s --timeout=3s CMD curl -f http://localhost:9876/health || exit 1
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -29,4 +29,10 @@ ADD knexfile.js         /app/knexfile.js
 | 
			
		||||
VOLUME [ "/data", "/etc/letsencrypt" ]
 | 
			
		||||
CMD [ "/init" ]
 | 
			
		||||
 | 
			
		||||
# Ports
 | 
			
		||||
EXPOSE 80
 | 
			
		||||
EXPOSE 81
 | 
			
		||||
EXPOSE 443
 | 
			
		||||
EXPOSE 9876
 | 
			
		||||
 | 
			
		||||
HEALTHCHECK --interval=15s --timeout=3s CMD curl -f http://localhost:9876/health || exit 1
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user