java-tutorials/axon/start_mongo.sh
Gerard Klijs d54d4768c0 BAEL-5855 Persisting the Query Model (#12976)
* BAEL-5855 Persisting the Query Model

* BAEL-5855 Persisting the Query Model, apply baeldung code style.
2022-11-27 17:00:47 +00:00

7 lines
165 B
Bash
Executable File

docker run \
-d \
--name order_projection \
-p 27017:27017 \
-e MONGO_INITDB_ROOT_USERNAME=admin1234 \
-e MONGO_INITDB_ROOT_PASSWORD=somepassword \
mongo