From be6caf8d763850b1216a0300b1ba30cab9e518f7 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Wed, 25 Sep 2024 23:41:04 +0700 Subject: [PATCH] [Twenty] (Fix) typo --- templates/compose/twenty.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/twenty.yaml b/templates/compose/twenty.yaml index 746f99669..8770798fd 100644 --- a/templates/compose/twenty.yaml +++ b/templates/compose/twenty.yaml @@ -8,7 +8,7 @@ services: twenty: image: 'twentycrm/twenty:latest' environment: - - SERVICE_FQDN_TRIGGER_3000 + - SERVICE_FQDN_TWENTY_3000 - SERVER_URL=$SERVICE_FQDN_TWENTY - FRONT_BASE_URL=$SERVICE_FQDN_TWENTY - ENABLE_DB_MIGRATIONS=true