mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
a9b6acec28
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
9 lines
339 B
Docker
9 lines
339 B
Docker
FROM ghcr.io/nginxinc/nginx-unprivileged:1.25.0-alpine3.17@sha256:5ebb90a0dd5ce841d8527abcfee4081a48de86560cd26dc64a6b1212ef59bf36
|
|
|
|
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
|