Skip to content
Snippets Groups Projects
Verified Commit eebc500e authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Add new docker command

parent cff3349b
No related branches found
No related tags found
No related merge requests found
Pipeline #9039 passed
......@@ -83,3 +83,5 @@ dist/
# Mongose database
data/
mongo
......@@ -7,7 +7,8 @@ needed for file uploads!
Mongo Database quick docker command: (or just connect to the dev server)
```
docker run -d --name bodysch-mongo -p 27017:27017 -d mongo
mkdir mongo
docker run -d --rm -v $(pwd)/mongo:/data/db --name bodysch-mongo -p 27017:27017 mongo
```
## Recommended Extensions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment