version: "3" services: homeassistant: container_name: home-assistant image: homeassistant/home-assistant:stable volumes: - ./:/config devices: - /dev/ttyACM0:/dev/ttyACM0 environment: - TZ=Europe/Sofia restart: always network_mode: host