Skip to content

Commit 15df02b

Browse files
authored
chore: update docker compose command (#200)
1 parent 7889c12 commit 15df02b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ tools-vcsim-run: clean compile-linux
3838
echo "Error: missing required env-var: NRIA_LICENSE_KEY\n" ;\
3939
exit 1 ;\
4040
fi
41-
@docker-compose -f tools/docker-compose.yml up -d --build
41+
@docker compose -f tools/docker-compose.yml up -d --build
4242
tools-vcsim-stop:
4343
@echo "=== $(PROJECT_NAME) === Stopping vcsim with agent:"
44-
@docker-compose -f tools/docker-compose.yml down
44+
@docker compose -f tools/docker-compose.yml down
4545

4646

4747
test: deps test-unit test-integration
@@ -84,4 +84,4 @@ rt-update-changelog:
8484
include $(CURDIR)/build/ci.mk
8585
include $(CURDIR)/build/release.mk
8686

87-
.PHONY: all build rt-update-changelog
87+
.PHONY: all build rt-update-changelog

0 commit comments

Comments
 (0)