mirror of
				https://git.tt-rss.org/fox/ttrss-docker-compose
				synced 2025-11-04 09:54:13 +01:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
	
		
			166 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
	
		
			166 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| 
								 | 
							
								#!/bin/sh
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								sed -e "s/define('\([A-Z_]\+\)', [^)]\+/define('\1', getenv('\1')/" \
							 | 
						||
| 
								 | 
							
									< config.php-dist > config.docker.php
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								cat config.php-config.d >> config.docker.php
							 |