-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to Connect to Local Beszel Agent in Docker #359
Comments
Do you see errors on the logs page at Scratch images are nice, but I agree it's annoying to debug something like this with no shell available. Maybe I'll add an |
Thanks for the quick response. I just tried to compose down and up again but couldn't reproduce, there's only INFO logs of successful http requests. |
I believe I've figured out the issue and can now make it work. I recompiled the container using Alpine based on your suggestion, which was really helpful for debugging. From the container, I could ping I'll investigate why I didn’t need to do that when I tried to replicate on my Fedora setup, but only on NixOS. It might be due to some different default settings. Thanks a lot for your help. I learned a great deal. Happy new year. |
Interesting, thanks for the update! I wonder if you would be able to connect from the host using |
I’m running into issues trying to connect to the local Beszel agent using the Docker setup provided in the getting started guide. Here is the relevant part of the
docker-compose.yml
I’m using:After running
docker compose down && docker compose up -d
, thebeszel-agent
container is listed as “down,” and the logs don’t show any attempts to connect:The
beszel
container is running fine, but I'm unable to figure out why the agent is not connecting. The agent logs don't show much info, and without shell access ornc
inside the container, debugging is tricky.Anyone have suggestions or insights into what might be causing this issue?
Beszel version 0.9.0
Raspberry Pi 4 on NixOS 24.11
cgroup memory is enabled
The text was updated successfully, but these errors were encountered: