Skip to content

Commit bbf18d1

Browse files
committed
Use docker compose v2
1 parent ea52c2f commit bbf18d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/webserver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
run: |
117117
docker rm -f apache_centos7_container
118118
cd instrumentation/otel-webserver-module
119-
docker-compose --profile centos7 up -d
119+
docker compose --profile centos7 up -d
120120
docker ps -a
121121
sleep 30
122122
./gradlew :test:integration:integrationTests -i

0 commit comments

Comments
 (0)