侧边栏壁纸
  • 累计撰写 11 篇文章
  • 累计创建 3 个标签
  • 累计收到 0 条评论

目 录CONTENT

文章目录

docker for homeassistant

ziwiwiz
2023-11-03 / 0 评论 / 0 点赞 / 21 阅读 / 0 字

homeassistant docker-compose.yaml

version: '3'
services:
  hass:
    container_name: homeassistant
    image: homeassistant/home-assistant:latest
    network_mode: host
    volumes:
      - ./config:/config
    ports:
      - 8123:8123
    restart: always
0
  1. 微信打赏

    qrcode weixin
    1. 微信打赏

      qrcode weixin

评论区