Change Ports in Openhab docker

Hi,

i am currently performing a prrof of concept for my futere Server setup.
I want to use docker. Now I recognizes that openhab and another container both using Port 8080 and 8443,

Now i want to ask ,how to change the ports using openhab on docker.

OK, sry found it myself:

-e OPENHAB_HTTP_PORT=8080
-e OPENHAB_HTTPS_PORT=8443

But if i change the ports to 80 and 443 the containers starts, but i cannot access the page.

When i check netstat -lntu i cant see port 80, 443 open.
That confuses me.