Open okq550 opened 1 year ago
What's the version of docker-compose: docker-compose version
?
Please use the --stacktrace
option to provide more information.
Thanks.
Hello Chris,
My docker compose version is below:
docker-compose --version Docker Compose version v2.21.0-desktop.1
You can find a screenshot of the error below as well:
Task :mysqlinfrastructureComposeUp FAILED
FAILURE: Build failed with an exception.
docker-compose version 0.0.0 doesn't support --scale option
Hi there, Any update on this. I am getting the same error. My Docker Compose version is v2.22.0-desktop.2 I am running this on M1 mac machine
@Aquib-Nawaz @okq550 sorry for the delay. How did you install Docker Compose? Also, which branch of the repository are you building?
Hi @cer , I installed docker from here https://docs.docker.com/desktop/install/mac-install/ For apple silicon I am building master branch
@Aquib-Nawaz @okq550 Try the development branch: I pushed a commit f316f8c6dd987cd7a168fbd1cbf602d5785e3d34 that upgrades the Docker Compose Gradle Plugin
This worked. Thanks
@cer This repository https://github.com/eventuate-tram/eventuate-tram-examples-customers-and-orders/ is also giving same error on starting the project ./gradlew mysqlbinlogComposeUp
. The above fix didn't work there.
Yes. The other example repositories needs to be upgraded.
@cer This repository https://github.com/eventuate-tram/eventuate-tram-examples-customers-and-orders/ is also giving same error on starting the project
./gradlew mysqlbinlogComposeUp
. The above fix didn't work there.
I've fixed the development branch of https://github.com/eventuate-tram/eventuate-tram-examples-customers-and-orders/
Hello @cer, the same issue seams to be for this repository: https://github.com/microservices-patterns/ftgo-application,
./gradlew :composeUp
is giving the same error.
I was successfully built the project, But when I tried to compose it up I got the below error: