CC2530 via ESP8266 and Docker

The CC2530 coordinator is connected via an ESP8266, actually installation is running well without socat:

configuration.yaml:
serial:
port: ‘tcp://192.168.178.152:1775’

Now I want to use Zigbee2MQTT with Docker koenkk/zigbee2mqtt, but it doesn’t work.
What is the correct entry for ‘device:’ in the ‘docker-compose.yml’ file ?
Is a modification in the ‘configuration.yaml’ for Zigbee2MQTT necessary ?

The test with a USB CC2531 coordinator and Docker is working.

configuration.yaml:
serial:
port: /dev/ttyACM0

docker-compose.yml:
devices:

  • /dev/ttyACM0:/dev/ttyACM0

The Docker forepe/zigbee2mqtt-socat doesn’t work (error on start).