Hello,
I am facing an issue with the ChirpStack project while running it using Docker. I cloned the Git repository and followed the README instructions step-by-step. After making some modifications for a logo change, I started the containers using docker-compose up -d. The ChirpStack container starts initially but stops unexpectedly with an “exited” status after a short period. During the time it is running, I am unable to access the web interface and receive a connection error in the browser.
Here are the steps I followed:
- Cloned the repository: git clone GitHub - chirpstack/chirpstack-docker: Setup ChirpStack using Docker Compose
- Made the necessary configurations and logo changes.
- Did not modify the docker-compose.yml file (using default settings).
- Ran docker-compose up -d to start the containers.
When checking the container status, I notice that the ChirpStack container stops after a while. I couldn’t find any clear error messages in the logs, but I might be missing something due to my limited experience with debugging Docker issues.
Could you please provide insights into possible causes and solutions for this issue? How can I effectively inspect the logs or troubleshoot the web interface access problem? Any help would be greatly appreciated!