Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 0f02bf1

Browse files
author
Nadeem Shahzad
authored
upgrade mongo in devstack to 4.2 (#830)
1 parent de59249 commit 0f02bf1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@ services:
148148
# We use WiredTiger in all environments. In development environments we use small files
149149
# to conserve disk space, and disable the journal for a minor performance gain.
150150
# See https://docs.mongodb.com/v3.0/reference/program/mongod/#options for complete details.
151-
command: mongod --smallfiles --nojournal --storageEngine wiredTiger
151+
command: mongod --nojournal --storageEngine wiredTiger
152152
container_name: "edx.${COMPOSE_PROJECT_NAME:-devstack}.mongo"
153153
hostname: mongo.devstack.edx
154-
image: mongo:${MONGO_VERSION:-4.0.22}
154+
image: mongo:${MONGO_VERSION:-4.2.14}
155155
networks:
156156
default:
157157
aliases:

0 commit comments

Comments
 (0)