Floyddo
HHomarr
•Created by Floyddo on 3/27/2025 in #💬・get-help
Run on different port
We can set the port by overriding the NGINX config at
/etc/nginx/templates/nginx.conf
with a bind volume like below (docker compose).
./HOMARRNGINX.conf
: (just change the port from this file, keep in mind this will not upgrade this file with updates at it will just keep overriding it!)
9 replies
HHomarr
•Created by Floyddo on 3/27/2025 in #💬・get-help
Run on different port
homarr uses nginx as a reverse proxy to serve the next.js page and is hardcoded to be listening at port 7575
https://github.com/homarr-labs/homarr/blob/ac77bdd84cba47a43d1952725a9c7feccd972766/nginx.conf#L4
9 replies