* BAEL-5855 Persisting the Query Model * BAEL-5855 Persisting the Query Model, apply baeldung code style.
		
			
				
	
	
		
			7 lines
		
	
	
		
			165 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			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 |