Skip to content

Commit 22bf582

Browse files
authored
chore: update docker compose command (#243)
1 parent b757db2 commit 22bf582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/e2e_spec.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ scenarios:
55
- description: |
66
This scenario will verify that metrics from docker integration are correcly collected.
77
before:
8-
- docker-compose up -d
8+
- docker compose up -d
99
after:
10-
- docker-compose down -v
10+
- docker compose down -v
1111
integrations:
1212
- name: nri-docker
1313
binary_path: ../../bin/nri-docker

0 commit comments

Comments
 (0)