Update docker-entrypoint.sh

Solve the CSRF errors see: https://community.zammad.org/t/csrf-authentification-failed/5718/7
This commit is contained in:
Peter 2020-12-06 22:13:04 +01:00 committed by GitHub
parent 2f9d7b32ed
commit 169bb8c152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ set -e
: "${MEMCACHED_HOST:=zammad-memcached}"
: "${MEMCACHED_PORT:=11211}"
: "${NGINX_SERVER_NAME:=_}"
: "${NGINX_SERVER_SCHEME:=\$scheme}"
: "${NGINX_SERVER_SCHEME:=https}"
: "${POSTGRESQL_HOST:=zammad-postgresql}"
: "${POSTGRESQL_PORT:=5432}"
: "${POSTGRESQL_USER:=zammad}"