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.