Skip to content

Commit

Permalink
Replace docker-compose > docker compose.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Aug 15, 2024
1 parent ecedde0 commit 4cd58ba
Show file tree
Hide file tree
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
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.