1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-01 08:31:59 +00:00

Fix nginx signaling (#1207)

This commit is contained in:
otbutz 2022-12-29 15:47:25 +01:00 committed by GitHub
parent 1eb9ac8217
commit 0b65bb7e9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,4 +6,6 @@ COPY LICENSE /LICENSE
COPY nginx.conf "/etc/nginx/nginx.conf.template"
COPY start.sh /start.sh
STOPSIGNAL SIGQUIT
CMD /start.sh