command : docker run --device /dev/ttyUSB0:/dev/ttyUSB0 -d --name="home-assistant" --mount type=bind,source=/home/USERNAME,target=/config2 -v /etc/localtime:/etc/localtime:ro --net=host ghcr.io/home-assistant/home-assistant
docker: Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /home/USERNAME.
but source path exists
