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:
parent
db0445c64a
commit
9a4b9c27cd
|
|
@ -16,7 +16,7 @@ services:
|
||||||
- appsmith
|
- appsmith
|
||||||
|
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo
|
image: mongo:4.4.6
|
||||||
environment:
|
environment:
|
||||||
- MONGO_INITDB_DATABASE=appsmith
|
- MONGO_INITDB_DATABASE=appsmith
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ services:
|
||||||
- appsmith
|
- appsmith
|
||||||
|
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo
|
image: mongo:4.4.6
|
||||||
expose:
|
expose:
|
||||||
- "27017"
|
- "27017"
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ spec:
|
||||||
terminationGracePeriodSeconds: 10
|
terminationGracePeriodSeconds: 10
|
||||||
containers:
|
containers:
|
||||||
- name: mongo
|
- name: mongo
|
||||||
image: mongo
|
image: mongo:4.4.6
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 27017
|
- containerPort: 27017
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@ services:
|
||||||
- appsmith
|
- appsmith
|
||||||
|
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo
|
image: mongo:4.4.6
|
||||||
expose:
|
expose:
|
||||||
- "27017"
|
- "27017"
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user