Hassio supervisor does not start after reboot

Hi.
After docker update, home assistant stopped loading after Raspberry Pi 4 reboot.
I checked the containers in the portainer and saw that they have RESTART POLICIES “NONE” (including all addons). I changed everyone setting “none” to “always”.
After the next reboot, it turned out that all containers are working except hassio_supervised:

hassio_supervisor container logs:

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.,
[s6-init] ensuring user provided files have correct perms...exited 0.,
[fix-attrs.d] applying ownership & permissions fixes...,
[fix-attrs.d] done.,
[cont-init.d] executing container initialization scripts...,
[cont-init.d] udev.sh: executing... ,
[15:42:06] INFO: Using udev information from host,
[cont-init.d] udev.sh: exited 0.,
[cont-init.d] done.,
[services.d] starting services,
[services.d] done.,
[15:42:06] INFO: Starting local supervisor watchdog...,
[cont-finish.d] executing container finish scripts...,
[cont-finish.d] done.,
[s6-finish] waiting for services.,
[s6-finish] sending all processes the TERM signal.,
[s6-finish] sending all processes the KILL signal and exiting.,

I tried updating portainer, removed all containers and reinstalled with:
https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh

but the problem remains. Now after reboot I need to run hassio_supervisor in portainer otherwise it won’t work.

What could be the problem? What could I break?)

version: core-2021.2.3
installation_type: Home Assistant Supervised
dev: false
hassio: true
docker: true
virtualenv: false
python_version: 3.8.7
os_name: Linux
os_version: 5.10.11-v7l+
arch: armv7l

Same issue here …I start it manually till solution found

Downgrade docker version to 20.10.3