We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422c7b2 commit 0d49700Copy full SHA for 0d49700
1 file changed
docker/README.md
@@ -141,9 +141,9 @@ FiftyOne Enterprise supports:
141
Ensure your MongoDB version meets FiftyOne's
142
[version constraints](https://docs.voxel51.com/user_guide/config.html#using-a-different-mongodb-version).
143
144
-Once your database is running, record your MongoDB connection URI. You will
145
-need it in Step 2 when configuring your `.env` file. The URI follows this
146
-format:
+Once your database is running, record your MongoDB connection URI.
+You will need it in Step 2 when configuring your `.env` file.
+The URI follows this format:
147
148
```dotenv
149
FIFTYONE_DATABASE_URI="mongodb://username:password@mongodb-example.fiftyone.ai:27017/?authSource=admin"
0 commit comments