Skip to content

Commit

Permalink
docs(readme): Fix some sentences
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Oct 31, 2024
1 parent cec03c8 commit 105e7db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## What is ddev-mongo?

This repository provides Mongo and Mongo Express add-on to [DDEV](https://ddev.readthedocs.io/en/stable/).
This repository is an add-on that provides Mongo and Mongo Express for [DDEV](https://ddev.readthedocs.
io/en/stable/).

It's based on [MongoDb from Docker Hub](https://hub.docker.com/_/mongo?tab=description#-via-docker-stack-deploy-or-docker-compose), [DDEV custom compose files](https://ddev.readthedocs.io/en/stable/users/extend/custom-compose-files/) and [API Platform tutorial](https://api-platform.com/docs/core/mongodb/#enabling-mongodb-support).

Expand Down Expand Up @@ -51,7 +52,7 @@ This command opens your browser to the Mongo Express page.

## Caveats:

- The php extension (phpX.X-mongodb) is set up in `.ddev/config.mongo.yaml` using `webimage_extra_packages`. If you have an earlier `webimage_extra_packages` in your config.yaml, this will override it. You may want to edit your config.yaml to do what you want and remove the config.mongo.yaml.
- The php extension (phpX.X-mongodb) is set up in `.ddev/config.mongo.yaml` using `webimage_extra_packages`. You may want to edit your config.yaml to do what you want and remove the config.mongo.yaml.
- You can't define custom MongoDB configuration with this current setup.
- You can't use `ddev import-db` to import to mongo.

Expand Down

0 comments on commit 105e7db

Please sign in to comment.