From 702aa9253e389e62bd334559ef926f912e281b42 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Fri, 27 Oct 2017 08:51:05 +0200 Subject: [PATCH] feat(templates): add volume for ghost template --- templates.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates.json b/templates.json index 4442332..ed19b44 100644 --- a/templates.json +++ b/templates.json @@ -337,7 +337,8 @@ "image": "ghost:latest", "ports": [ "2368/tcp" - ] + ], + "volumes": ["/var/lib/ghost/content"] }, { "title": "Plesk",