2023-10-04 19:26:03: New connection from 172.30.32.2:36972 on port 1883.
2023-10-04 19:26:03: Client <unknown> closed its connection.
2023-10-04 19:28:03: New connection from 172.30.32.2:41456 on port 1883.
2023-10-04 19:28:03: Client <unknown> closed its connection.
2023-10-04 19:30:03: New connection from 172.30.32.2:38920 on port 1883.
2023-10-04 19:30:03: Client <unknown> closed its connection.
And the list goes on.
Looking this up:
for id in $(docker ps | awk '{print $1}'); do echo $id; docker inspect $id | grep IPAddress; done
I found the following container:
Why is it doing this? Can I configure it to use mqtts somehow, and actually stay connected if it really needs to?