Skip to content

Commit d179907

Browse files
committed
replace docker-compose > docker compose.
1 parent 69b2346 commit d179907

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ init:
1212
cp feeds.conf.default openwrt/feeds.conf.default
1313
ln -s ../conf/.config openwrt/.config
1414
ln -s ../conf/files openwrt/files
15-
docker-compose run --rm chirpstack-gateway-os openwrt/scripts/feeds update -a
16-
docker-compose run --rm chirpstack-gateway-os openwrt/scripts/feeds install -a
17-
docker-compose run --rm chirpstack-gateway-os quilt init
15+
docker compose run --rm chirpstack-gateway-os openwrt/scripts/feeds update -a
16+
docker compose run --rm chirpstack-gateway-os openwrt/scripts/feeds install -a
17+
docker compose run --rm chirpstack-gateway-os quilt init
1818

1919
# Update OpenWrt + package feeds.
2020
update:
@@ -26,7 +26,7 @@ update:
2626

2727
# Activate the devshell.
2828
devshell:
29-
docker-compose run --rm chirpstack-gateway-os bash
29+
docker compose run --rm chirpstack-gateway-os bash
3030

3131
# Switch configuration environment.,
3232
# Note: execute this within the devshell.

0 commit comments

Comments
 (0)