chirpstack-docker icon indicating copy to clipboard operation
chirpstack-docker copied to clipboard

Importing LoRaWAN device repository

Open morris-murigi opened this issue 1 year ago • 4 comments

The Makefile does not unless I change I remove "-" in "docker-compose" to "docker compose"

morris-murigi avatar May 10 '24 10:05 morris-murigi

same here, docker-compose is an outdated script now. maybe the script should test if docker-compose exists and if docker compose exists

ouinouin avatar Mar 09 '25 12:03 ouinouin

Would you mind creating a PR replacing docker-compose with docker compose? On my environment, both commands are available (I assume docker-compose is an alias for docker compose), but I think it is safe to assume that on current installations, docker compose is available.

brocaar avatar Mar 12 '25 13:03 brocaar

@brocaar , i ll try to make a pr (i m not a developper so its a bit a pin for me. basically, docker compose was historically a separated package / script , when the sub command docker compose was not yet born. docker-compose is to be considered now legacy so its better not to refer it in modern tools. by the way all ypes of docker installations now offers the docker compose subcommand.

ouinouin avatar Mar 17 '25 17:03 ouinouin

@ouinouin I think a find/repalce for "docker-compose" > "docker compose" should do the trick.

brocaar avatar Mar 18 '25 09:03 brocaar