Files
compose-anything/src/mongodb-standalone/.env.example
T
2026-07-16 13:53:25 +08:00

13 lines
244 B
Bash

# MongoDB Version
MONGO_VERSION=8.3.4
# MongoDB root credentials
MONGO_INITDB_ROOT_USERNAME=root
MONGO_INITDB_ROOT_PASSWORD=password
# Initial database name
MONGO_INITDB_DATABASE=admin
# MongoDB ports configuration
MONGO_PORT_OVERRIDE=27017