From 8cf41e15cd5fde029a77dab781b92637dd37d36b Mon Sep 17 00:00:00 2001 From: Xinwei Xiong <3293172751NSS@gmail.com> Date: Mon, 29 Jan 2024 16:45:05 +0800 Subject: [PATCH] fix(docker-compose): Update the env template to uncomment the mongo port --- deployments/templates/env-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/templates/env-template.yaml b/deployments/templates/env-template.yaml index 9b21c8c65..1044dd6bc 100644 --- a/deployments/templates/env-template.yaml +++ b/deployments/templates/env-template.yaml @@ -100,7 +100,7 @@ ZOOKEEPER_PORT=${ZOOKEEPER_PORT} # MongoDB service port configuration. # Default: MONGO_PORT=37017 -# MONGO_PORT=${MONGO_PORT} +MONGO_PORT=${MONGO_PORT} # Password for MongoDB admin user. Used for service authentication. # Default: MONGO_PASSWORD=openIM123