From e547ae4667cebc3e018cc5e3504d95a894754ac2 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Tue, 4 Jun 2024 18:32:53 +0800 Subject: [PATCH] Refactor swarm/ghost.yml to update DOMAIN variable in Ghost stack --- swarm/ghost.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/ghost.yml b/swarm/ghost.yml index 7e45cde..df2607b 100644 --- a/swarm/ghost.yml +++ b/swarm/ghost.yml @@ -37,7 +37,7 @@ services: database__connection__user: root database__connection__password: ${POSTGRES_PASSWORD} database__connection__database: ghost - DOMAIN: https://ghost.${DOMAIN} + DOMAIN: ${DOMAIN} volumes: - /var/data/ghost_content:/var/lib/ghost/content expose: