Commit 25ad2c2b by Joseph Mulloy Committed by Joseph Mulloy

Update mongo image version to 3.2.16 OPS-2208

parent 9318888f
...@@ -55,7 +55,7 @@ services: ...@@ -55,7 +55,7 @@ services:
# See https://docs.mongodb.com/v3.0/reference/program/mongod/#options for complete details. # See https://docs.mongodb.com/v3.0/reference/program/mongod/#options for complete details.
command: mongod --smallfiles --nojournal --storageEngine wiredTiger command: mongod --smallfiles --nojournal --storageEngine wiredTiger
container_name: edx.devstack.mongo container_name: edx.devstack.mongo
image: mongo:3.0.14 image: mongo:3.2.16
# ports: # ports:
# - "27017:27017" # - "27017:27017"
volumes: volumes:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment