Change image tag for home-assistant to stable
This commit is contained in:
parent
00bdf11f4a
commit
cb2a9f0c6e
|
@ -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.12";
|
image = "ghcr.io/home-assistant/home-assistant:stable";
|
||||||
extraOptions = [ "--network=host" ];
|
extraOptions = [ "--network=host" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue