Login attempt or request with invalid authentication from 172.18.0.2

Hello,
I just updated my docker image homeassistant/raspberrypi3-homeassistant to 0.83.1 and now I got tons of messages: Login attempt or request with invalid authentication from 172.18.0.2
I’ve not changed my configuration.
My HA installation is not exposed outside and run as docke container in a “regular” raspbian OS.
I cannot figure out why I am getting those messages…
Do you have any idea?

Thank You

M.

Ok I found the problem.
When I installed Node-Red I updated my docker-compose.yml file but unfortunately I missed to specify network_mode: host for the new Node-RED service. So docker created a bridging br- interface which had the IP that HA logged.
:sweat_smile: