mirror of
				https://github.com/casjaysdevdocker/ntfy
				synced 2025-10-31 14:12:18 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			316 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			316 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | |
| # GLOBAL enviroment variables
 | |
| USER="${USER:-root}"
 | |
| LANG="${LANG:-C.UTF-8}"
 | |
| TZ="${TZ:-America/New_York}"
 | |
| SERVICE_USER="${SERVICE_USER:-root}"
 | |
| ENV_PORTS="${ENV_PORTS//\/*/}"
 | |
| # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 |