我想把Hyperion做成加载项,找猫画虎也能用了,但就是没法把配置文件映射出来,Hyperion的配置在容器内的/root/.hyperion里面,想让其映射到ha的/config/hyperion下面,不知道大佬有无办法,,,下面是最简单的能用的配置,不知道大佬能不能解决下
{
"name": "Hyperion",
"version": "latest",
"slug": "hyperion",
"description": "Hyperion - An opensource ambient light implementation",
"arch": ["aarch64", "amd64", "armhf", "i386"],
"startup": "services",
"boot": "auto",
"host_dbus": true,
"host_network": true,
"image": "foorschtbar/hyperion",
"map": ["config:rw"]
}
|