Răsfoiți Sursa

improvements

Mark Sta Ana 10 ani în urmă
părinte
comite
75012784ff
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      ghost/content.md

+ 2 - 1
ghost/content.md

@@ -22,7 +22,8 @@ You can also point the image to your existing content on your host:
 
 	docker run --name some-ghost -v /path/to/ghost/blog:/var/lib/ghost ghost
 
-Alternatively you can use a data container
+Alternatively you can use a data container that points to ```/var/lib/ghost```:
 
 	docker create --name some-ghost-data -v /var/lib/ghost ghost /bin/true
 	docker run --name some-ghost --volumes-from some-ghost-data ghost
+