mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:17:11 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			118 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			118 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM docker.io/nginxinc/nginx-unprivileged:latest
 | 
						|
 | 
						|
COPY nginx.conf "/etc/nginx/nginx.conf"
 | 
						|
 | 
						|
CMD nginx -g "daemon off;" |