Skip to content

Commit

Permalink
change to docker compose run command
Browse files Browse the repository at this point in the history
  • Loading branch information
harbu committed Aug 7, 2024
1 parent 2e3f5fe commit 6d98ffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ lint-yaml: $(YAMLLINT)

.PHONY: test-smoke
test-smoke:
docker-compose -f docker-compose.yml -f docker-compose-ci.yml config
docker compose -f docker-compose.yml -f docker-compose-ci.yml config
2 changes: 1 addition & 1 deletion streamr-docker-dev/bin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DRY_RUN=0
FOLLOW=0
WAIT=0
WAIT_TIMEOUT=500 # seconds
DOCKER_COMPOSE="docker-compose --ansi never -f docker-compose.yml"
DOCKER_COMPOSE="docker compose --ansi never -f docker-compose.yml run"
if [ -n "${CI-}" ]; then # Apply CI override when running on CI server
DOCKER_COMPOSE="$DOCKER_COMPOSE -f docker-compose-ci.yml"
fi
Expand Down

0 comments on commit 6d98ffe

Please sign in to comment.