Change port 80 to something else (linux)

I want to run something else in my node, but it will require port 80, and it is currently in use by Umbrel. How can I change Umbrel to use another port?

Hi! I’ve changed the value of NGINX_PORT=<port> in ~/umbrel/.env and launched it by hand via ./scripts/start command

Seems works fine.

Thanks, it works.