Skip to content
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

[Bug]: Running self-hosted container on Raspberry Pi fails #368

Open
Dezorian opened this issue Jan 13, 2025 · 2 comments
Open

[Bug]: Running self-hosted container on Raspberry Pi fails #368

Dezorian opened this issue Jan 13, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@Dezorian
Copy link

Dezorian commented Jan 13, 2025

Hardware

Not Applicable

Connection Type

HTTP

Local or Hosted

http://meshtastic.local

Firmware Version

not applicable

Description

I'm trying to host the container using podman on my Raspberry Pi CM4. I've got podman running and working with the httpd and standard nginx container (example for nginx). But the container from Meshtastic does not run at all. No logs, nothing. I've run --log-level=debug, and that just looks fine, but for some reason the image just does not run. So I naturally get connection-reset replies when using curl.

~ $ podman run -dt --name nginx -p 8080:80/tcp docker.io/library/nginx
de9af0ce6bcf74b151ec90359cab663e7d26d4aed1edf2013a1ae0991f15a407

~ $ curl 127.0.0.1:8080
<!DOCTYPE html>
<html>
<head>
<title>Welcome to nginx!</title>
<style>
[...]

~ $ podman run -dt --name Meshtastic-Web -p 8888:80/tcp ghcr.io/meshtastic/web
bc0a7ba476c8dc517ebebbcd8308aa7f6a012155291c9591c794e0cfd3d48bb5

~ $ curl 127.0.0.1:8888
curl: (56) Recv failure: Connection reset by peer

Relevant console output

No response

@Dezorian Dezorian added the bug Something isn't working label Jan 13, 2025
@tdhawk
Copy link

tdhawk commented Jan 18, 2025

I just ran into this as well. The container is actually listening on port 8080. Change your port mapping to 8888:8080

I just submitted a pr to update the readme.

@Dezorian
Copy link
Author

Dezorian commented Jan 20, 2025

Thanks! That did it 👍 (not on Pi though problem with CPU architecture)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants