From 922a89432e88c8b3730057dafe2e167489401860 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Wed, 6 May 2020 23:37:20 +0100 Subject: [PATCH] . --- docker-compose.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3cf46e3..e88ccd8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -254,7 +254,8 @@ services: - ghost-content-images:/var/lib/ghost/content/images - ghost-content-settings:/var/lib/ghost/content/settings - ghost-content-adapters:/var/lib/ghost/content/adapters - - ghost-content:/var/lib/ghost/content/old-content + - ghost-content-data:/var/lib/ghost/content/data + - ghost-content-logs:/var/lib/ghost/content/logs environment: - GIT_DOMAIN=$GIT_DOMAIN @@ -577,6 +578,8 @@ volumes: ghost-content-adapters: ghost-content-settings: ghost-content-images: + ghost-content-data: + ghost-content-logs: mongo-chat: chat-uploads: portainer-data: