Skip to content

Commit

Permalink
Replace docker-compose > docker compose.
Browse files Browse the repository at this point in the history
brocaar committed Aug 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ecedde0 commit 4cd58ba
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ jobs:
key: ${{ runner.os }}-cargo-test-${{ hashFiles('**/Cargo.lock') }}
-
name: Start dependency services
run: docker-compose up -d
run: docker compose up -d
-
name: Run tests
run: nix-shell --command "make test"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -153,4 +153,4 @@ devshell:

# Enter the Docker based devshell.
docker-devshell:
docker-compose run --rm chirpstack-mqtt-forwarder
docker compose run --rm chirpstack-mqtt-forwarder

0 comments on commit 4cd58ba

Please sign in to comment.