From 316a65314bfdf9771d08806867a7f082708db851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sercan=20=C3=96zdemir?= Date: Fri, 3 Feb 2017 11:19:03 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da54369..81a76e8 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ To set an external mongodb which is required for meteor to work, you can set ``` To persist your connections and settings simply bind ```/data/db``` directory to your local machine as below. -```docker run -d -p 3000:3000 -v /home/sercan/mongoclient_data/:/data/db mongoclient/mongoclient``` +```docker run -d -p 3000:3000 -v :/data/db mongoclient/mongoclient``` ## Cloud Foundry You can optionally push the Mongoclient to the CloudFoundry -- GitLab