This website requires JavaScript.
Explore
Help
Sign in
c-l
/
immich
Watch
1
Star
0
Fork
You've already forked immich
0
mirror of
https://github.com/immich-app/immich.git
synced
2025-03-01 15:11:21 +01:00
Code
Releases
Activity
ccf792f9d3
immich
/
nginx
/
Dockerfile
6 lines
87 B
Text
Raw
Normal View
History
Unescape
Escape
feat: create immich-nginx container to remove default nginx config setup (#280) * feat: create immich-proxy container to remove default nginx config setup * infra: make production docker-compose point at release builds for stability * Fixed nginx config file was overriden by default.conf in nginx container; Fixed docker-compose.dev; Added additional tag 'release' for tagging after release build in Github Action Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2022-06-30 03:24:55 +01:00
FROM nginx:latest
COPY nginx.conf /etc/nginx/conf.d/default.conf
Fixed issue with unexposed Nginx port on release image
2022-06-30 00:26:54 -05:00
EXPOSE 80
EXPOSE 443
Copy permalink