1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-26 10:43:35 +02:00

Update README.md

changed word "frust" to "first".

Signed-off-by: Ankit Patil <90633849+Ankit9608@users.noreply.github.com>
This commit is contained in:
Ankit Patil 2024-05-14 14:44:59 +05:30 committed by GitHub
parent fa1788d822
commit a49b6fdbad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -138,4 +138,4 @@ __Explanation of service mongo__
:key: `If you wish to check your DB changes on your local machine as well. You should have installed MongoDB locally, otherwise you can't access your mongodb service of container from host machine.`
:white_check_mark: You should check your __mongo__ version is same as used in image. You can see the version of __mongo__ image in `docker-compose `file, I used __image: mongo:4.2.0__. If your mongo db version on your machine is not same then furst you have to updated your local __mongo__ version in order to works correctly.
:white_check_mark: You should check your __mongo__ version is same as used in image. You can see the version of __mongo__ image in `docker-compose `file, I used __image: mongo:4.2.0__. If your mongo db version on your machine is not same then first you have to updated your local __mongo__ version in order to works correctly.