Browse Source

Update env variable in docker-compose yaml to avoid ambiguous 'true' value

pull/1361/head
Andrew Kingston 5 years ago
parent
commit
c5a7d7fcc2
  1. 2
      hosting/docker-compose.yaml

2
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

Loading…
Cancel
Save