mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	* Add proxy changes * Add web changes * Add microservices changes * Add examples * Add header comment to nginx config * Use URLs instead of host and port
		
			
				
	
	
		
			10 lines
		
	
	
		
			197 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			197 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM docker.io/nginxinc/nginx-unprivileged:latest
 | 
						|
 | 
						|
COPY LICENSE /licenses/LICENSE.txt
 | 
						|
COPY LICENSE /LICENSE
 | 
						|
 | 
						|
COPY nginx.conf "/etc/nginx/nginx.conf.template"
 | 
						|
COPY start.sh /start.sh
 | 
						|
 | 
						|
CMD /start.sh
 |