Skip to content

Commit c9e5679

Browse files
authored
ops: update docker compose commands to compose V2 in scripts (#1889)
1 parent aafa2ee commit c9e5679

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/start_test_env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
source ./scripts/set_variables.sh
44

5-
docker-compose -p $DOCKER_COMPOSE_PROJECT -f docs/includes/docker-compose.yaml up -d --no-recreate
5+
docker compose -p $DOCKER_COMPOSE_PROJECT -f docs/includes/docker-compose.yaml up -d --no-recreate

scripts/stop_test_env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
source ./scripts/set_variables.sh
44

5-
docker-compose -p $DOCKER_COMPOSE_PROJECT -f docs/includes/docker-compose.yaml down
5+
docker compose -p $DOCKER_COMPOSE_PROJECT -f docs/includes/docker-compose.yaml down

0 commit comments

Comments
 (0)