From 4748ceb1185be13cb1d464d51aa602948301336a Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Wed, 7 Apr 2021 09:04:17 +0100 Subject: [PATCH] Update env variable in docker-compose yaml to avoid ambiguous 'true' value --- hosting/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosting/docker-compose.yaml b/hosting/docker-compose.yaml index 8de5e9fcdd..54f8468c14 100644 --- a/hosting/docker-compose.yaml +++ b/hosting/docker-compose.yaml @@ -22,7 +22,7 @@ services: JWT_SECRET: ${JWT_SECRET} LOG_LEVEL: info SENTRY_DSN: https://a34ae347621946bf8acded18e5b7d4b8@o420233.ingest.sentry.io/5338131 - ENABLE_ANALYTICS: true + ENABLE_ANALYTICS: "true" depends_on: - worker-service