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