how to change port when building from source?
I need help on how to change port when building from source?
I just can't figure it out
10 Replies
I haven't done source, but Is the port identifiable not in the .env file?
There isn't a .env? I'm not very familiar with Linux
My bad there is haha
I would highly suggest you not build from source.
I unfortunately don't have any other options:/
Totally agree with @explosive parrot . Be advised of the big drawbacks. We will not provide support for any conflicts that you created yourself.
Editing the .env to 4000 but nothing changes
Oh okay
🐳 Environment variables | Homarr documentation
Homarr offers a Docker Container, which can be run on any compatible system, such as Unraid, Kubernetes and many more systems! Our Docker container is based on the
node:16-alpine image and serves per standard on the port 7575
.This will break your installation. You edited the wrong URL. They should always be in sync to ensure that authentication is working
Generally the port of a node application can be defined with the env variable PORT not sure if that works