Locking mongo Docker container to 4.4.6 (#5950)

Mongo v5 has some issues with seeding data. Refer:  https://stackoverflow.com/questions/68392064/error-when-running-mongo-image-docker-entrypoint-sh-line-381
Hence, locking the mongo version to a known working tag till we have more information on the problem.
This commit is contained in:
Arpit Mohan 2021-07-19 13:39:37 +05:30 committed by GitHub
parent db0445c64a
commit 9a4b9c27cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ services:
- appsmith
mongo:
image: mongo
image: mongo:4.4.6
environment:
- MONGO_INITDB_DATABASE=appsmith
volumes:

View File

@ -46,7 +46,7 @@ services:
- appsmith
mongo:
image: mongo
image: mongo:4.4.6
expose:
- "27017"
environment:

View File

@ -31,7 +31,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: mongo
image: mongo
image: mongo:4.4.6
ports:
- containerPort: 27017
volumeMounts:

View File

@ -55,7 +55,7 @@ services:
- appsmith
mongo:
image: mongo
image: mongo:4.4.6
expose:
- "27017"
environment: