Skip to content

Commit

Permalink
Updated by github actions from guide-mongodb-intro (#3515)
Browse files Browse the repository at this point in the history
Co-authored-by: GuidesBot <[email protected]>
  • Loading branch information
GuidesBot and GuidesBot authored Oct 24, 2024
1 parent 95ec423 commit ca17120
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions instructions/cloud-hosted-guide-mongodb-intro/instructions.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
---
markdown-version: v1
title: cloud-hosted-guide-mongodb-intro
branch: lab-668-instruction
version-history-start-date: 2022-05-30T12:31:47Z
tool-type: theiadocker
---
::page{title="Welcome to the Persisting data with MongoDB guide!"}
Expand Down Expand Up @@ -73,7 +70,9 @@ You can find more details and configuration options on the [MongoDB website](htt

Run the following commands to use the Dockerfile to build the image, run the image in a Docker container, and map port ***27017*** from the container to your host machine:


```bash
sed -i 's=latest=7.0.15-rc1=g' assets/Dockerfile
docker build -t mongo-sample -f assets/Dockerfile .
docker run --name mongo-guide -p 27017:27017 -d mongo-sample
```
Expand Down

0 comments on commit ca17120

Please sign in to comment.