From b9a026b488839b04982054801cf2908ff5a1d4d8 Mon Sep 17 00:00:00 2001 From: Gabriel Cossette Date: Fri, 20 Sep 2024 14:29:11 -0600 Subject: [PATCH] Fix Ghost Template domain generation Signed-off-by: Gabriel Cossette --- templates/compose/ghost.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/compose/ghost.yaml b/templates/compose/ghost.yaml index 64243668f..1a84b9650 100644 --- a/templates/compose/ghost.yaml +++ b/templates/compose/ghost.yaml @@ -10,6 +10,7 @@ services: volumes: - ghost-content-data:/var/lib/ghost/content environment: + - SERVICE_FQDN_GHOST_2368 - url=$SERVICE_FQDN_GHOST_2368 - database__client=mysql - database__connection__host=mysql