Blog
Services
Docs
Donate
Status
English
Bahasa Indonesia
Deutsch
English
Español
Esperanto
Filipino
Français
Italiano
Latviešu
Magyar nyelv
Nederlands
Polski
Português de Portugal
Português do Brasil
Slovenščina
Suomi
Svenska
Türkçe
Čeština
Ελληνικά
Български
Русский
Українська
فارسی
日本語
简体中文
繁體中文(台灣)
繁體中文(香港)
한국어
Ark
Search
Create
Migrate
Explore
Login
Blog
Docs
Status
Explore
Login
Ark
Infrastructure
/
immich
Watch
0
Fork
You've already forked immich
0
mirror of
https://github.com/immich-app/immich.git
synced
2025-01-07 00:50:23 -05:00
Code
Issues
Activity
9de7b8d3a7
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-29 21:24:55 -05: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
Reference in a new issue
Copy permalink