Skip to content

Commit 87163cb

Browse files
committed
Update README.md
1 parent 1e93c14 commit 87163cb

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,7 @@ This enables the users of SDKMAN to contribute new Installation Candidates and r
77

88
## Tools used
99

10-
This repo uses [mongobee](https://github.com/mongobee/mongobee) as database migration framework. In order to contribute a PR, it is required to have a local installation of MongoDB on your machine. Alternatively run it up with Docker (works on Linux):
11-
12-
$ docker run -d --network=host --name=mongo mongo:3.2
13-
14-
**Docker Desktop for Mac**
15-
16-
To connect to MongoDB when using Docker Desktop for Mac you need to forward the port explicitly:
17-
18-
$ docker run -d -p 27017:27017 --name=mongo mongo:3.2
10+
This repo uses [mongobee](https://github.com/mongobee/mongobee) as database migration framework. In order to contribute a PR, it is required to have a local installation of Docker on your machine. The Gradle will automatically start and stop the MongoDB Docker container.
1911

2012
## The Build
2113

0 commit comments

Comments
 (0)