Skip to content

Commit

Permalink
use docker compose rather than docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed Jul 2, 2024
1 parent ca55b2f commit 567e6e3
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 567e6e3

Please sign in to comment.