Skip to content

Commit 8c32549

Browse files
committed
update docker
1 parent 034d938 commit 8c32549

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Without options:
171171
"-e",
172172
"MDB_MCP_READ_ONLY=true",
173173
"-i",
174-
"mongodb/mongodb-mcp-server:latest",
174+
"mongodb/mongodb-mcp-server:latest"
175175
]
176176
}
177177
}
@@ -217,7 +217,7 @@ With Atlas API credentials:
217217
"MDB_MCP_API_CLIENT_ID=your-atlas-service-accounts-client-id",
218218
"-e",
219219
"MDB_MCP_API_CLIENT_SECRET=your-atlas-service-accounts-client-secret",
220-
"mongodb/mongodb-mcp-server:latest",
220+
"mongodb/mongodb-mcp-server:latest"
221221
]
222222
}
223223
}

0 commit comments

Comments
 (0)