Skip to content

Commit b00e701

Browse files
authored
docs: update README for MongoDB server version compat (#1293)
1 parent 146d69a commit b00e701

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ npm start
2020
```
2121
This will run Goof locally, using a local mongo on the default port and listening on port 3001 (http://localhost:3001)
2222

23+
Note: You *have* to use an old version of MongoDB version due to some of these old libraries' database server APIs. MongoDB 3 is known to work ok.
24+
25+
You can also run the MongoDB server individually via Docker, such as:
26+
27+
```sh
28+
docker run --rm -p 27017:27017 mongo:3
29+
```
30+
2331
## Running with docker-compose
2432
```bash
2533
docker-compose up --build

0 commit comments

Comments
 (0)