让小爱音响聪明起来
本文参见 https://github.com/idootop/migpt-next 绿联nas内安装 docker方式启动 docker-compose.yaml services: migpt: image: idootop/migpt-next:latest container_name: migpt-next stdin_open: true # 对应 -i tty: true # 对应 -t volumes: - ./config.js:/app/config.js # 假设 config.js 在同级目录 复制 https://github.com/idootop/migpt-next/blob/main/apps/example/config.js docker-compose.yaml 同级目录的config.js 里 ...

