Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion embedded-mongodb/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

* `embedded.mongodb.enabled` `(true|false, default is true)`
* `embedded.mongodb.reuseContainer` `(true|false, default is false)`
* `embedded.mongodb.dockerImage` `(default is 'mongodb/mongodb-community-server:8.2.4-ubuntu2204')`
* `embedded.mongodb.dockerImage` `(default is 'mongodb/mongodb-community-server:8.2.5-ubuntu2204')`
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

This documentation update is misleading as the default Docker image version in the code is not being updated. The getDefaultDockerImage() method in MongodbProperties.java still returns mongodb/mongodb-community-server:8.2.2-ubuntu2204. To ensure correctness and avoid user confusion, the code must be updated to match the version stated in the documentation.

** Image versions on https://hub.docker.com/_/mongo?tab=tags[dockerhub]
* `embedded.mongodb.host` `(default is localhost)`
* `embedded.mongodb.port` `(default is 27017)`
Expand Down