mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
fix(web): remove protocol header (#2068)
This commit is contained in:
parent
e36b620020
commit
7d799b785e
1 changed files with 0 additions and 2 deletions
|
@ -4,8 +4,6 @@
|
||||||
export PUBLIC_IMMICH_SERVER_URL=$IMMICH_SERVER_URL
|
export PUBLIC_IMMICH_SERVER_URL=$IMMICH_SERVER_URL
|
||||||
export PUBLIC_IMMICH_API_URL_EXTERNAL=$IMMICH_API_URL_EXTERNAL
|
export PUBLIC_IMMICH_API_URL_EXTERNAL=$IMMICH_API_URL_EXTERNAL
|
||||||
|
|
||||||
export PROTOCOL_HEADER=X-Forwarded-Proto
|
|
||||||
|
|
||||||
if [ "$(id -u)" -eq 0 ] && [ -n "$PUID" ] && [ -n "$PGID" ]; then
|
if [ "$(id -u)" -eq 0 ] && [ -n "$PUID" ] && [ -n "$PGID" ]; then
|
||||||
exec setpriv --reuid "$PUID" --regid "$PGID" --clear-groups node /usr/src/app/build/index.js
|
exec setpriv --reuid "$PUID" --regid "$PGID" --clear-groups node /usr/src/app/build/index.js
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue