Zigbee2mqtt question

I am trying to get zigbee2mqtt running in a docker on unraid. I have passed the USB device through to the docker and I have tested that I have the correct permissions. Here is my config.

# Home Assistant integration (MQTT discovery)
homeassistant: true

# allow new devices to join
permit_join: true

# MQTT settings
mqtt:
  # MQTT base topic for zigbee2mqtt MQTT messages
base_topic: zigbee2mqtt
  # MQTT server URL
  server: 'mqtt://192.168.1.10:1883'
 # MQTT server authentication, uncomment if required:
 user: hass
  password: mypass

# Serial settings
serial:
  # Location of CC2531 USB sniffer
  port: /dev/ttyACM0

And this is what I get in the logs:

[32m zigbee2mqtt:info[39m 4/12/2019, 10:16:31 AM Logging to directory: ‘/app/data/log/2019-04-12.10-16-31’ [32m zigbee2mqtt:info[39m 4/12/2019, 10:16:31 AM Starting zigbee2mqtt version 1.3.0 (commit #unknown)

[32m zigbee2mqtt:info[39m 4/12/2019, 10:16:31 AM Starting zigbee-shepherd

Does anyone have any suggestions? Thanks!

Figured it out. Seems like the USB device wasn’t completely inserted, works great now.