diff --git a/README.ruben.md b/README.ruben.md index f3c71d8a..549c7fcf 100644 --- a/README.ruben.md +++ b/README.ruben.md @@ -28,7 +28,7 @@ To build an image called `digitalplayground`: To run it we provide the port to publish, and need to map the volumes of mongo for persistent storage (don't use the tmp folder from the example if you really want persistent storage): -`docker run -it --env-file .env.production --publish 8001:8000 -v /tmp/dp/db:/data/db -v /tmp/dp/configdb:/data/configdb digitalplayground` +`docker run -it --env-file .env.production --publish 8001:8000 -v /tmp/dp/db:/data/db -v /tmp/dp/configdb:/data/configdb --name dp_app digitalplayground` ## s3 storage