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
When I run my SpringBoot project,I have this error
java.lang.IllegalStateException: No Docker Compose file found in directory
How your project find the compose.yaml then run success?
I think should config Compose file,let springboot know where to get the compose.yaml.But I see your project nothing about compose.yarml file config in the application.properties
Maybe should add something like spring.docker.compose.file=... to application.properties?
The text was updated successfully, but these errors were encountered:
Hi,I read your blog fromspring-boot-docker-compose.And I also read the Source Code.
When I run my SpringBoot project,I have this error
java.lang.IllegalStateException: No Docker Compose file found in directory
How your project find the
compose.yaml
then run success?I think should config Compose file,let springboot know where to get the
compose.yaml
.But I see your project nothing aboutcompose.yarml
file config in the application.propertiesMaybe should add something like
spring.docker.compose.file=...
to application.properties?The text was updated successfully, but these errors were encountered: