mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-12-08 20:29:05 +00:00
fix(nginx): revert nginx image to support arm/v7 (#692)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
FROM registry.access.redhat.com/ubi9/nginx-120:latest
|
||||
FROM docker.io/nginxinc/nginx-unprivileged:latest
|
||||
|
||||
COPY nginx.conf "${NGINX_CONF_PATH}"
|
||||
COPY nginx.conf "/etc/nginx/nginx.conf"
|
||||
|
||||
CMD nginx -g "daemon off;"
|
||||
Reference in New Issue
Block a user