This website requires JavaScript.
Explore
Help
Register
Sign In
self-hosted
/
immich
Watch
1
Star
0
Fork
0
You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced
2024-11-28 09:33:27 +02:00
Code
Issues
Releases
Activity
0799aa2c72
immich
/
nginx
/
Dockerfile
6 lines
87 B
Docker
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 04:24:55 +02: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 07:26:54 +02:00
EXPOSE
80
EXPOSE
443
Reference in New Issue
Copy Permalink