Homekit accessory not found

Hi,

I deployed homeassistant using docker and the current version is 2021.08.08
image
But I can’t use homekit. (Accessory not found)
Here are the log and configuration.yaml

2021-08-26 00:31:28 INFO (MainThread) [pyhap.hap_protocol] ('xx.xx.xx.xx', 55491): Connection made to homekit_name
2021-08-26 00:31:31 DEBUG (MainThread) [pyhap.hap_protocol] ('xx.xx.xx.xx', 55491): Connection lost to homekit_name: None
homekit:
  name: "homekit_name"
  advertise_ip: xx.xx.xx.xx (Docker host ip)
  filter:
    include_domains:
      - cover
logger:
  default: warning
  logs:
    homeassistant.components.homekit: debug
    pyhap: debug

Check that you can see the mdns announcement in ‎Discovery - DNS-SD Browser on the App Store

Also turn on debug logging for zeroconf

If you don’t have a host networking or something special, make sure you have configured your network interfaces Network Configuration - Home Assistant