We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecedde0 commit 4cd58baCopy full SHA for 4cd58ba
.github/workflows/main.yml
@@ -32,7 +32,7 @@ jobs:
32
key: ${{ runner.os }}-cargo-test-${{ hashFiles('**/Cargo.lock') }}
33
-
34
name: Start dependency services
35
- run: docker-compose up -d
+ run: docker compose up -d
36
37
name: Run tests
38
run: nix-shell --command "make test"
Makefile
@@ -153,4 +153,4 @@ devshell:
153
154
# Enter the Docker based devshell.
155
docker-devshell:
156
- docker-compose run --rm chirpstack-mqtt-forwarder
+ docker compose run --rm chirpstack-mqtt-forwarder
0 commit comments