mirror of
				https://github.com/dockersrc/debian
				synced 2025-11-04 07:02:21 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			224 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			224 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
						|
# healthcheck
 | 
						|
HEALTH_ENABLED="${HEALTH_ENABLED:-}"
 | 
						|
HEALTH_URL="${HEALTH_URL:-}"
 | 
						|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 |