Importing LoRaWAN device repository
The Makefile does not unless I change I remove "-" in "docker-compose" to "docker compose"
same here, docker-compose is an outdated script now. maybe the script should test if docker-compose exists and if docker compose exists
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 , 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 I think a find/repalce for "docker-compose" > "docker compose" should do the trick.