version: '3.8' services: homeassistant: image: ghcr.io/home-assistant/home-assistant:stable container_name: homeassistant privileged: true restart: unless-stopped environment: - TZ=Asia/Shanghai # 替换为你的时区,例如 Asia/Shanghai volumes: - /share/Container/ha/config:/config # 冒号左侧替换为你的配置路径 - /run/dbus:/run/dbus:ro # 挂载 dbus,确保主机的相关服务可用 network_mode: host # host模式下默认端口为8123。