Update home-assistant image version
This commit is contained in:
parent
ac607e24ec
commit
c68740513f
|
@ -9,7 +9,7 @@
|
||||||
"/var/lib/syncthing/Music:/music"
|
"/var/lib/syncthing/Music:/music"
|
||||||
];
|
];
|
||||||
environment.TZ = config.time.timeZone;
|
environment.TZ = config.time.timeZone;
|
||||||
image = "ghcr.io/home-assistant/home-assistant:2024.8.0.dev202407210221";
|
image = "ghcr.io/home-assistant/home-assistant:stable";
|
||||||
extraOptions = [ "--network=host" ];
|
extraOptions = [ "--network=host" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue