From f94fd4f120822274a0b63170e3b0987744f851ff Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Fri, 4 Aug 2017 13:02:34 -0700 Subject: [PATCH] markdownfmt fixes for ghost content --- ghost/content.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghost/content.md b/ghost/content.md index 7a224bc5f..ee9161944 100644 --- a/ghost/content.md +++ b/ghost/content.md @@ -40,12 +40,12 @@ $ docker run -d --name some-ghost -p 3001:2368 -v /path/to/ghost/blog:/var/lib/g $ docker run -d --name some-ghost -p 3001:2368 -v /path/to/ghost/blog:/var/lib/ghost ghost:0.11-alpine ``` -### Breaking change +### Breaking change If you want to run Ghost 0.11.xx, be aware of the container's path difference: - Ghost 1.x.x is: `/var/lib/ghost/content` - Ghost 0.11.x is: `/var/lib/ghost` +- Ghost 1.x.x is: `/var/lib/ghost/content` +- Ghost 0.11.x is: `/var/lib/ghost` # SQLite Database