[SOLVED] Can't connect to dashboard or other local site

Hi there, fresh devuan 5 install, docker and docker-compose up and running
hosts file with my localhost site
but when i try to connect i have no response, here wget output
i use 127.0.0.2

 wget 127.0.0.2
--2024-01-27 15:56:02--  http://127.0.0.2/
Connecting to 127.0.0.2:80... connected.
HTTP request sent, awaiting response... ^[[A
Read error (Connection reset by peer) in headers.
Retrying.

--2024-01-27 15:56:06--  (try: 2)  http://127.0.0.2/
Connecting to 127.0.0.2:80... connected.
HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
Retrying.

--2024-01-27 15:56:10--  (try: 3)  http://127.0.0.2/
Connecting to 127.0.0.2:80... connected.
HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
Retrying.

netstat -tulpn

tcp        0      0 127.0.0.2:3306          0.0.0.0:*               LISTEN      -                   
tcp        0      0 127.0.0.2:1053          0.0.0.0:*               LISTEN      -                   
tcp        0      0 127.0.0.2:80            0.0.0.0:*               LISTEN      -                   
tcp        0      0 127.0.0.2:443           0.0.0.0:*               LISTEN      -              

route
stange things is double entry for 172.16.238.0

Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         localhhome 0.0.0.0         UG    600    0        0 wlan0
default         0.0.0.0         0.0.0.0         U     1002   0        0 eth0
localnet        0.0.0.0         255.255.255.0   U     600    0        0 wlan0
link-local      0.0.0.0         255.255.0.0     U     0      0        0 eth0
172.16.238.0    0.0.0.0         255.255.255.0   U     0      0        0 br-bfd151a75d07
172.16.238.0    0.0.0.0         255.255.255.0   U     0      0        0 br-c8bf0c1a282f
172.17.0.0      0.0.0.0         255.255.0.0     U     0      0        0 docker0
172.18.0.0      0.0.0.0         255.255.0.0     U     0      0        0 br-a4e4aedc063e

any suggestion?

thanks in advance
max

Resolved. i cannot connect if i try to get https, but if i get http works