From 384956677228c2ed899d974ea7ece681d953c14b Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Mon, 21 Dec 2020 12:34:24 +0100 Subject: [PATCH] Add app name for docker example --- README.ruben.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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