From e107b09e525803634104863dc726c430ca7cc5ea Mon Sep 17 00:00:00 2001 From: mmf-amarcos Date: Wed, 10 Feb 2021 20:57:07 +0100 Subject: [PATCH] Add suggestion on how to start Ghost in development mode (#1873) --- ghost/stack.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghost/stack.yml b/ghost/stack.yml index 65e88abed..f0fb88040 100644 --- a/ghost/stack.yml +++ b/ghost/stack.yml @@ -19,6 +19,8 @@ services: database__connection__database: ghost # this url value is just an example, and is likely wrong for your environment! url: http://localhost:8080 + # 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 db: image: mysql:5.7