Posts by Wallace Gomes • 11 points
1 post
-
1
votes1
answer166
viewsA: Error running JAR on Docker-Compose
Try changing the "command" in the jar service to: command: ["java", "-Dspring.profiles.active=docker-demo", "-jar", "application.jar"]
docker-composeanswered Wallace Gomes 11