mirror of
				https://git.tt-rss.org/fox/ttrss-docker-compose
				synced 2025-11-04 09:34:13 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			130 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			130 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM nginx:alpine
 | 
						|
 | 
						|
HEALTHCHECK CMD curl --fail http://localhost/tt-rss/index.php || exit 1
 | 
						|
 | 
						|
COPY nginx.conf /etc/nginx/nginx.conf
 |