Hi I am trying to install version 2022.4,
when i run the docker command which shows stable, it still puts the older version on?
How can i get the new version, thanks!
Hi I am trying to install version 2022.4,
when i run the docker command which shows stable, it still puts the older version on?
How can i get the new version, thanks!
Alike this… I actually prefer pointing to exact versions to prevent uncontrolled updates to a next ‘stable’ version
docker run -d --name="whatevername"....etc..... ghcr.io/home-assistant/home-assistant:2022.4
thanks very much thats worked