No USB devices in docker container

Hello,
I have installed the docker windows desktop application and afterward I nade two containers:

  1. Domoticz,
  2. zwavejs

At zwavejs and Domoticz I have to modify the devices line:

devices:
# Do not use /dev/ttyUSBX serial devices, as those mappings can change over time.
# Instead, use the /dev/serial/by-id/X serial device for your Z-Wave stick.
- ‘/dev/serial/by-id/insert_stick_reference_here:/dev/zwave’

How do I find this stick reference. In folder /dev I don’t see a serial folder and the command:
ls -lah /dev/tty* gives no result.

What di I miss or doing wrong?

I hoped somebody would reply with an answer,
But nobody has a clue?