diff --git a/README.md b/README.md index da543691594cdaa70134ba38c4d1ff19a090babe..81a76e884ea7d57b3caaa0c537a6454203b3d0cf 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