I am running chirpstack on my Mac(M3)
After git clone chirpstack and directly running docker compose up -d
The “chirpstack” container always failed after running a couple seconds.
Why is that happening and how can I fix this?
Also tried it on a VM with Ubuntu 20.04 (AMD64), it also failed.
Hard to tell without the error.
Share your logs and maybe we can help.
After the command docker compose up -d (in nix shell)
I recieved
! zookeeper The requested image’s platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0.0s
Container chirpstack-kafka-1 Started0.8s
! kafka The requested image’s platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0.0s
Container chirpstack-chirpstack-1
All other container except Chirpstack itself is running fine
But after a few log of
chirpstack-1 | copying path ‘/nix/store/1y26yfasci3k1jj4sagb4pig95pl5g1i-yarn-1.22.22’ from ‘https://cache.nixos.org’…
chirpstack-1 | copying path ‘/nix/store/1y26yfasci3k1jj4sagb4pig95pl5g1i-yarn-1.22.22’ from ‘https://cache.nixos.org’…
…
it will print this on log
chirpstack-1 exited with code 0
and the chirpstack container exits
What you are starting is not ChirpStack, but the development environment. For Docker setup, please see: Docker - ChirpStack open-source LoRaWAN® Network Server documentation.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.