mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
Fixed issue with unexposed Nginx port on release image
This commit is contained in:
parent
32240777c3
commit
97611fa057
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
FROM nginx:latest
|
||||
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
EXPOSE 80
|
||||
EXPOSE 443
|
||||
Loading…
Add table
Add a link
Reference in a new issue