mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-31 10:37:11 -04:00 
			
		
		
		
	* feat(nginx): refactor + ipv6 + increased buffer * Revert changes to proxy buffering * remove commented lines
		
			
				
	
	
		
			10 lines
		
	
	
		
			258 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			258 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM docker.io/nginxinc/nginx-unprivileged:latest
 | |
| 
 | |
| COPY LICENSE /licenses/LICENSE.txt
 | |
| COPY LICENSE /LICENSE
 | |
| 
 | |
| COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d
 | |
| COPY 15-set-env-variables.envsh /docker-entrypoint.d
 | |
| 
 | |
| COPY templates/ /etc/nginx/templates
 |