fix(docker-compose): Update the env template to uncomment the mongo port

This commit is contained in:
Xinwei Xiong 2024-01-29 16:45:05 +08:00 committed by GitHub
parent f94d8af737
commit 8cf41e15cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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