synopse / mORMot2

OpenSource RESTful ORM/SOA/MVC Framework for Delphi and FreePascal
https://synopse.info
Other
485 stars 122 forks source link

Example MongoDB not work for old CPU. Alternative #190

Closed manlug closed 1 year ago

manlug commented 1 year ago

Hi, example mondgodb not work, because docker with last version not run with old CPU. https://github.com/docker-library/mongo/issues/619

Solved is force version 4.8.11, not necessary last version for a example sudo docker run --name mongodb -d -p 27017:27017 mongo:4.8.11

synopse commented 1 year ago

I don't understand what 'not run with old CPU' mean.

synopse commented 1 year ago

So you mean that we need to change the comment about docker?

manlug commented 1 year ago

Yes, only information about this case.