mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
breaking(setup): use non-root image for immich-proxy (#651)
* 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>
This commit is contained in:
parent
ccf792f9d3
commit
1a6c16d8ea
6 changed files with 83 additions and 72 deletions
|
|
@ -1,6 +1,5 @@
|
|||
FROM nginx:latest
|
||||
FROM registry.access.redhat.com/ubi9/nginx-120:latest
|
||||
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
COPY nginx.conf "${NGINX_CONF_PATH}"
|
||||
|
||||
EXPOSE 80
|
||||
EXPOSE 443
|
||||
CMD nginx -g "daemon off;"
|
||||
Loading…
Add table
Add a link
Reference in a new issue