From 9f961e310985a98b026ff9cb71a4645badfe96bc Mon Sep 17 00:00:00 2001 From: trav Date: Mon, 9 Aug 2021 16:34:29 -0400 Subject: [PATCH] compose.yml fix --- compose.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/compose.yml b/compose.yml index e991544..c71499f 100644 --- a/compose.yml +++ b/compose.yml @@ -14,6 +14,8 @@ services: url: https://$DOMAIN # 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: + - "ghost_content:/var/lib/ghost/content" networks: - proxy - backend @@ -48,3 +50,6 @@ networks: proxy: external: true backend: + +volumes: + ghost_content: