mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 10:28:54 -07:00
7cfb257c00
* 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
|