Skip to content

Commit

Permalink
use docker compose rather than docker-compose (#1631)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu authored Jul 2, 2024
1 parent ca55b2f commit abb685f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker-compose-testing
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
exec docker-compose -p apm-agent-go-testing -f scripts/docker-compose-testing.yml "$@"
exec docker compose -p apm-agent-go-testing -f scripts/docker-compose-testing.yml "$@"

0 comments on commit abb685f

Please sign in to comment.