mirror of
https://github.com/immich-app/immich.git
synced 2025-09-29 15:31:13 -04:00
* feat(nginx): use non-root container for immich-proxy Signed-off-by: PixelJonas <5434875+PixelJonas@users.noreply.github.com> * re-add test env * feat(nginx): add correct port for staging * add the new port to the default docker-compose.yml Signed-off-by: PixelJonas <5434875+PixelJonas@users.noreply.github.com>
5 lines
119 B
Docker
5 lines
119 B
Docker
FROM registry.access.redhat.com/ubi9/nginx-120:latest
|
|
|
|
COPY nginx.conf "${NGINX_CONF_PATH}"
|
|
|
|
CMD nginx -g "daemon off;" |