Skip to content

Commit 6d98ffe

Browse files
committed
change to docker compose run command
1 parent 2e3f5fe commit 6d98ffe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ lint-yaml: $(YAMLLINT)
2020

2121
.PHONY: test-smoke
2222
test-smoke:
23-
docker-compose -f docker-compose.yml -f docker-compose-ci.yml config
23+
docker compose -f docker-compose.yml -f docker-compose-ci.yml config

streamr-docker-dev/bin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ DRY_RUN=0
1616
FOLLOW=0
1717
WAIT=0
1818
WAIT_TIMEOUT=500 # seconds
19-
DOCKER_COMPOSE="docker-compose --ansi never -f docker-compose.yml"
19+
DOCKER_COMPOSE="docker compose --ansi never -f docker-compose.yml run"
2020
if [ -n "${CI-}" ]; then # Apply CI override when running on CI server
2121
DOCKER_COMPOSE="$DOCKER_COMPOSE -f docker-compose-ci.yml"
2222
fi

0 commit comments

Comments
 (0)