Migrate home assistant docker to another device without bluetooth device

I’m migrating the full docker environment to another device , all other docker container seem fine except home assistant.

When restart home assistant docker ,it shows the error below
“Error response from daemon: Cannot restart container hass: error while creating mount source path ‘/sys/class/bluetooth’: mkdir /sys/class/bluetooth: operation not permitted”

It’s true that the new device has no bt adapter , i didn’t use ha to connect through bt on old device cause i have a standalone esphome bt gateway. There’s no bt related configuration in config file.

This is docker error. Did you bind mount the folder listed?

Sorry , I forget binding this directory before .