Add app name for docker example

This commit is contained in:
Ruben van de Ven 2020-12-21 12:34:24 +01:00
parent db151aca5c
commit 3849566772
1 changed files with 1 additions and 1 deletions

View File

@ -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