From d7373edba2054ea1f04d622a44e39b0fc6f0f0de Mon Sep 17 00:00:00 2001 From: Luciano Gervasoni Date: Wed, 16 Apr 2025 20:13:56 +0200 Subject: [PATCH] Compose fix 2 --- website/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docker-compose.yml b/website/docker-compose.yml index 67468f7..54b230e 100644 --- a/website/docker-compose.yml +++ b/website/docker-compose.yml @@ -13,7 +13,7 @@ services: database__connection__user: root database__connection__password: example database__connection__database: ghost - url: news.matitos.org + url: https://news.matitos.org # contrary to the default mentioned in the linked documentation, this image defaults to NODE_ENV=production (so development mode needs to be explicitly specified if desired) #NODE_ENV: development volumes: