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
#38763 allows specifying the arguments passed to the start and stop Docker Compose commands.
However, there are some commands which needs to be passed to docker compose directly after and before any subcommand like up. --project-name is one of them.
We should add a new property to allow that. Maybe spring.docker.compose.arguments?