Skip to content

Commit

Permalink
Compatibility: Update sandbox tooling to use MongoDB 5
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Mar 19, 2023
1 parent 98019bf commit cca06a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ nginx-start: nginx

mongodb:
mkdir -p ./var/lib/mongodb
mongod --dbpath=./var/lib/mongodb
docker run -it --rm --publish=27017:27017 --volume ${PWD}/var/lib/mongodb:/data/db mongo:5

mongodb-start: mongodb

Expand Down
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ Status
:target: https://pypi.org/project/patzilla/
:alt: Supported Python versions

.. image:: https://img.shields.io/badge/MongoDB-2.x%20--%205.x-blue.svg
:target: https://github.com/mongodb/mongo
:alt: Supported MongoDB versions

.. image:: https://img.shields.io/pypi/v/patzilla.svg
:target: https://pypi.org/project/patzilla/
:alt: Package version on PyPI
Expand Down

0 comments on commit cca06a9

Please sign in to comment.