fix
This commit is contained in:
@@ -6,9 +6,9 @@ let
|
||||
in {
|
||||
runtime = {
|
||||
paths = [
|
||||
{ path="${serverCfg.path.config}/openhab/conf"; owner="1000:1000"; mode = "0755"; }
|
||||
{ path="${serverCfg.path.config}/openhab/userdata"; owner="1000:1000"; mode = "0755"; }
|
||||
{ path="${serverCfg.path.config}/openhab/addons"; owner="1000:1000"; mode = "0755"; }
|
||||
{ path="${serverCfg.path.config.path}/openhab/conf"; owner="1000:1000"; mode = "0755"; }
|
||||
{ path="${serverCfg.path.config.path}/openhab/userdata"; owner="1000:1000"; mode = "0755"; }
|
||||
{ path="${serverCfg.path.config.path}/openhab/addons"; owner="1000:1000"; mode = "0755"; }
|
||||
];
|
||||
|
||||
containers = {
|
||||
@@ -30,9 +30,9 @@ in {
|
||||
];
|
||||
overrides = {
|
||||
volumes = [
|
||||
"${serverCfg.path.config}/openhab/conf:/openhab/conf"
|
||||
"${serverCfg.path.config}/openhab/userdata:/openhab/userdata"
|
||||
"${serverCfg.path.config}/openhab/addons:/opt/openhab/addons"
|
||||
"${serverCfg.path.config.path}/openhab/conf:/openhab/conf"
|
||||
"${serverCfg.path.config.path}/openhab/userdata:/openhab/userdata"
|
||||
"${serverCfg.path.config.path}/openhab/addons:/opt/openhab/addons"
|
||||
"/var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket:ro"
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user