Skip to content

Commit 4cd58ba

Browse files
committed
Replace docker-compose > docker compose.
1 parent ecedde0 commit 4cd58ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
key: ${{ runner.os }}-cargo-test-${{ hashFiles('**/Cargo.lock') }}
3333
-
3434
name: Start dependency services
35-
run: docker-compose up -d
35+
run: docker compose up -d
3636
-
3737
name: Run tests
3838
run: nix-shell --command "make test"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,4 @@ devshell:
153153

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

0 commit comments

Comments
 (0)