robbieshen
Results
1
comments of
robbieshen
I got it sorted via the steps below: edit the file lib/shared-functions.sh, in thefunction read_mongo_version(), changing these two lines: #local mongo_image=$(read_configuration "MONGO_IMAGE") #local mongo_version=$(read_configuration "MONGO_VERSION") to: local mongo_image=mongo local mongo_version=6.0...