Update docker-entrypoint.sh
Solve the CSRF errors see: https://community.zammad.org/t/csrf-authentification-failed/5718/7
This commit is contained in:
parent
2f9d7b32ed
commit
169bb8c152
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user