Spring Boot - Docker and Deployment
This
What is the cause of the error?
docker-compose.yml snippet causes an error:services:
app:
image: springboot-app
ports:
- 8080:8080
environment:
- SPRING_PROFILES_ACTIVE=devWhat is the cause of the error?
