Beginning upgrade to Mongo 4.0 (eventually to 5.0 to get time-series dbs)

This commit is contained in:
Samuel Clay 2022-03-31 11:16:00 -04:00
parent 8f646988fb
commit 9e086a0caa

View file

@ -123,7 +123,7 @@ services:
db_mongo:
container_name: db_mongo
image: mongo:3.6
image: mongo:4.0
restart: unless-stopped
ports:
- 29019:29019