From 419c44cc2fd430f5480f8d2a4c79f04440415f83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Tue, 30 Jun 2020 14:50:15 +0200 Subject: [PATCH] removed quotes --- containers/zammad/docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/zammad/docker-entrypoint.sh b/containers/zammad/docker-entrypoint.sh index cda0351..967f422 100755 --- a/containers/zammad/docker-entrypoint.sh +++ b/containers/zammad/docker-entrypoint.sh @@ -19,7 +19,7 @@ set -e : "${POSTGRESQL_PASS:=zammad}" : "${POSTGRESQL_DB:=zammad_production}" : "${POSTGRESQL_DB_CREATE:=true}" -: "${RAILS_TRUSTED_PROXIES:='['127.0.0.1', '::1']'}" +: "${RAILS_TRUSTED_PROXIES:=['127.0.0.1', '::1']}" : "${RSYNC_ADDITIONAL_PARAMS:=--no-perms --no-owner}" : "${ZAMMAD_RAILSSERVER_HOST:=zammad-railsserver}" : "${ZAMMAD_RAILSSERVER_PORT:=3000}"