mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:17:11 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			87 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			87 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM nginx:latest
 | 
						|
 | 
						|
COPY nginx.conf /etc/nginx/conf.d/default.conf
 | 
						|
 | 
						|
EXPOSE 80
 | 
						|
EXPOSE 443 |