Floyddo
HHomarr
•Created by Floyddo on 3/27/2025 in #💬・get-help
Run on different port
I'm running Homarr in Docker using ipvlan networking, which prevents me from using the standard port mapping functionality (like
-p 80:7575
).
I want to change the default port that Homarr runs on internally from 7575 to 80, as my network configuration doesn't allow port mapping. I've tried setting DOCKER_PORTS=80
as an environment variable, but this doesn't change Homarr's listening port (it only affects Docker API connectivity) [according to the ai].
Is there any way to configure Homarr to listen on a different port than the default 7575? Perhaps through an environment variable or configuration file that isn't mentioned in the documentation? Or am I not using an obvious docker feature?
checked another question, PORT
env did not work either
Port 7575 seems hardcoded
9 replies