From bd9e50d9e08edc9d6a87fa8c443cf8f0bf825117 Mon Sep 17 00:00:00 2001 From: Xinwei Xiong <3293172751NSS@gmail.com> Date: Mon, 29 Jan 2024 19:58:19 +0800 Subject: [PATCH] fix(docker-compose): Update the env template to uncomment the mongo port (#1833) --- 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