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

pull/1841/head
Xinwei Xiong 5 months ago committed by GitHub
parent 32cd79044b
commit bd9e50d9e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save