commit
						2197e36d91
					
				| 
						 | 
					@ -28,8 +28,6 @@ Add the module dependency to your build, as shown in the following listings for
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
----
 | 
					----
 | 
				
			||||||
 | 
					
 | 
				
			||||||
NOTE: The `docker compose` or `docker-compose` CLI application needs to be on your path in order for Spring Boot’s support to work correctly.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
When this module is included as a dependency Spring Boot will do the following:
 | 
					When this module is included as a dependency Spring Boot will do the following:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Search for a `compose.yml` and other common compose filenames in your application directory
 | 
					* Search for a `compose.yml` and other common compose filenames in your application directory
 | 
				
			||||||
| 
						 | 
					@ -45,6 +43,14 @@ To enable it, set configprop:spring.docker.compose.skip.in-tests[] to `false`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[features.docker-compose.prerequisites]]
 | 
				
			||||||
 | 
					=== Prerequisites
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					You need to have the `docker` and `docker compose` (or `docker-compose`) CLI applications on your path.
 | 
				
			||||||
 | 
					The minimum supported Docker Compose version is 2.2.0.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[features.docker-compose.service-connections]]
 | 
					[[features.docker-compose.service-connections]]
 | 
				
			||||||
=== Service Connections
 | 
					=== Service Connections
 | 
				
			||||||
A service connection is a connection to any remote service.
 | 
					A service connection is a connection to any remote service.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue