How can i change the port from the Phoscon web app?

I need to change the port from 80 to 8080 or somethin else. I need the port 80 for a webserver.

How can ich change it? i found an config.ini but changes are overwritten an not working.

HTH, Chris

not his directly but a other post on this issu helps. thx for the Link

My Solution is:

sudo systemctl edit deconz

[Service]
ExecStart=
ExecStart=/usr/bin/deCONZ -platform minimal --http-port=8080 --ws-port=8081