You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Requesting support for an option to create a random project name in Docker Compose within the spring-boot-docker-compose project. This feature would enable running gradle test with multiple forks simultaneously.
Current Behavior:
The current configuration chooses automatically the default, which is the folder containing the docker-compose.yml, as project name.
Proposed Enhancement:
Introduce a new property spring.docker.compose.random-project : Boolean to allow random Docker Compose project names.