Zigbee Home Automation in docker

Hope someone can help me. I have taken the plunge and gone from Hassio installed on a raspberry pi, to HomeAssistant installed on a pi using docker. Once I got over the shock of losing the supervisor tab I have slowly added everything back in.

Installing Zigbee Home Automation doesnt pick up the device automatically so I need to pass the USB through to the docker as far as I know?

Having run a few commands on terminal I can see it is connected:
Bus 001 Device 005: ID 1cf1:0030 Dresden Elektronik
usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2215012-if00 -> …/…/ttyACM0

However when i try to instal Zigbee Home Automation it doesnt pick it up automatically and I can’t seem to set it in the manual option.

So i have added it to my docker composer and restarted it.

devices:

  • /dev/ttyACM0:/dev/ttyACM0
  • /dev/ttyAMA0:/dev/ttyAMA0

However i still can’t see it in the integration install.

Am I missing something obvious??