Thanks for the reply. I did omit them and it worked so that's why I was wondering what they were for. BTW, I am running it on UnRaid. UnRaid doesn't use Docker compose and instead uses some Docker templates that are unique to UnRaid. I created a template for this app. I will see if I can get it added to the UnRaid app store.petelombardo wrote: Thu Jan 29, 2026 7:34 amThank you for the feedback!Rojma wrote: Wed Jan 28, 2026 5:25 pmThanks for the great Docker image. It's working great in my environment. I have a question. In your docker compose example, you have a parameters/variable that I am wondering what it's for:petelombardo wrote: Tue Oct 28, 2025 12:05 pm I have Android devices that work in the Android ecosystem, so I have been missing the HDHomeRun Signal app. I vibe coded the following to fill the gap. Run it in docker somewhere on your network (like a Raspberry Pi) and then you can tune from anywhere.
https://github.com/Petelombardo/hdhomer ... /README.md
NODE_ENV=production
Also, you have a volume mapping (/etc/localtime:/etc/localtime:ro). What is that volume mapping used for?
Both of those settings are extraneous at this time and can be safely omitted from the docker-compose.yml.
Signal Strength App
Re: Signal Strength App
-
petelombardo
- Posts: 13
- Joined: Tue Jul 30, 2024 7:41 am
- x 15
Re: Signal Strength App
Works for me. Let me know if I can help with anything related to your publishing attempt.
-
KeithAbbott
- Posts: 144
- Joined: Fri Mar 11, 2011 7:10 pm
- x 9
Re: Signal Strength App
I noticed a change that was recently made to the Signal Strength app:
After I updated the docker (within Unraid), I tried modifying the docker Network Type to Bridge (from Host). After the docker was restarted, I was unable to connect to access the app via web browser. I must be doing something wrong, any suggestions?
Code: Select all
Add HTTP fallback discovery for HDHomeRun devices; switch Docker to bridge networking