Hello
I did install HA as a Supervised version on Debian
But because i needed a additional python addon and a change for the cache in the static.py i build a new image
The image does run when started manually
But i need a way that on boot it starts my image as it would be the one that comes with the install
I builded the image with the exact same name cause i thought that would be enough
For context i did buid the image with the code
sudo docker buildx build --platform linux/amd64 -t ghcr.io/home-assistant/qemux86-64-homeassistant:2023.12.4 --file Dockerfile --build-arg BUILD_FROM=ghcr.io/home-assistant/amd64-homeassistant-base:2023.10.1 .
Can anyone help?