After pulling new version - no access to web interface

Hello there,

after using homeassistant via docker compose for some weeks without issues I decided this morning to update via docker compose pull. But unfortunately now I have no access to the web interface, also many errors are in the log - please help what can I do??

Excerpt from log:

2024-08-25 10:30:43 s6-rc: info: service s6rc-oneshot-runner: starting
2024-08-25 10:30:43 s6-rc: info: service s6rc-oneshot-runner successfully started
2024-08-25 10:30:43 s6-rc: info: service fix-attrs: starting
2024-08-25 10:30:43 s6-rc: info: service fix-attrs successfully started
2024-08-25 10:30:43 s6-rc: info: service legacy-cont-init: starting
2024-08-25 10:30:43 s6-rc: info: service legacy-cont-init successfully started
2024-08-25 10:30:43 s6-rc: info: service legacy-services: starting
2024-08-25 10:30:43 services-up: info: copying legacy longrun home-assistant (no readiness notification)
2024-08-25 10:30:43 s6-rc: info: service legacy-services successfully started
2024-08-25 10:31:02 2024-08-25 10:31:02.103 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.components.frontend. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from frontend directly at custom_components/hacs/frontend.py, line 68: hass.components.frontend.async_register_built_in_panel(, please create a bug report at https://github.com/hacs/integration/issues
2024-08-25 10:31:02 2024-08-25 10:31:02.200 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call `await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles", "/config/www/community", True)])`; This function will be removed in 2025.7 at custom_components/hacs/base.py, line 1162: self.hass.http.register_static_path(, please create a bug report at https://github.com/hacs/integration/issues
2024-08-25 10:31:10 2024-08-25 10:31:10.092 WARNING (MainThread) [homeassistant.components.mqtt.number] Payload 'null' is not a Number
2024-08-25 10:31:10 2024-08-25 10:31:10.093 WARNING (MainThread) [homeassistant.components.mqtt.number] Payload 'null' is not a Number
2024-08-25 10:31:10 2024-08-25 10:31:10.096 ERROR (MainThread) [homeassistant.components.mqtt.number] Invalid value for number.go_echarger_067978_set_next_trip_energy_limit: 18000 (range 0.0 - 100.0)
2024-08-25 10:31:10 2024-08-25 10:31:10.712 WARNING (MainThread) [pysmaplus.device_speedwire] No Handler for 00469101: [44550141, 0] @ ['62', '66']
2024-08-25 10:31:10 2024-08-25 10:31:10.712 WARNING (MainThread) [pysmaplus.device_speedwire] No Handler for 00469201: [8155991, 0] @ ['62', '66']
2024-08-25 10:31:11 2024-08-25 10:31:11.006 WARNING (MainThread) [pysmaplus.device_speedwire] No Handler for 00464E01: [99, 99, 99, 99, 1] @ ['62', '66', '70', '74', '78']
2024-08-25 10:31:12 2024-08-25 10:31:12.357 WARNING (MainThread) [pysmaplus.device_speedwire] No Handler for 00469101: [44550142, 0] @ ['62', '66']
2024-08-25 10:31:12 2024-08-25 10:31:12.358 WARNING (MainThread) [pysmaplus.device_speedwire] No Handler for 00469201: [8155991, 0] @ ['62', '66']
2024-08-25 10:31:12 2024-08-25 10:31:12.637 WARNING (MainThread) [pysmaplus.device_speedwire] No Handler for 00464E01: [99, 99, 99, 99, 1] @ ['62', '66', '70', '74', '78']
2024-08-25 10:31:15 2024-08-25 10:31:15.060 WARNING (MainThread) [custom_components.meross_cloud] Skip MQTT cert validation option set to: False
2024-08-25 10:31:15 2024-08-25 10:31:15.240 WARNING (MainThread) [custom_components.meross_cloud] 
2024-08-25 10:31:15 ===============================
2024-08-25 10:31:15 Meross Cloud Custom component
2024-08-25 10:31:15 Developed by Alberto Geniola
2024-08-25 10:31:15 Low level library version: 0.4.7.2b3
2024-08-25 10:31:15 -------------------------------
2024-08-25 10:31:15 This custom component is under development and not yet ready for production use.
2024-08-25 10:31:15 In case of errors/misbehave, please report it here: 
2024-08-25 10:31:15 https://github.com/albertogeniola/meross-homeassistant/issues
2024-08-25 10:31:15 
2024-08-25 10:31:15 If you like this extension and you want to support it, please consider donating.
2024-08-25 10:31:15 -------------------------------
2024-08-25 10:31:15 List of devices reported by HTTP API:
2024-08-25 10:31:15 - Garage (msg100) - OnlineStatus.ONLINE
2024-08-25 10:31:15 ===============================
2024-08-25 10:31:15 2024-08-25 10:31:15.759 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'meross_cloud' calls async_forward_entry_setup for integration, meross_cloud with title: https://iot.meross.com and entry_id: f2d152d30aabad9502c6de4e6d217d48, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/meross_cloud/__init__.py, line 427: hass.async_create_task(, please create a bug report at https://github.com/albertogeniola/meross-homeassistant
2024-08-25 10:31:15 2024-08-25 10:31:15.871 WARNING (MainThread) [homeassistant.helpers.frame] Detected code that calls async_forward_entry_setup for integration meross_cloud with title: https://iot.meross.com and entry_id: f2d152d30aabad9502c6de4e6d217d48, during setup without awaiting async_forward_entry_setup, which can cause the setup lock to be released before the setup is done. This will stop working in Home Assistant 2025.1. Please report this issue.
2024-08-25 10:31:15 Stack (most recent call last):
2024-08-25 10:31:15   File "<frozen runpy>", line 198, in _run_module_as_main
2024-08-25 10:31:15   File "<frozen runpy>", line 88, in _run_code
2024-08-25 10:31:15   File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module>
2024-08-25 10:31:15     sys.exit(main())
2024-08-25 10:31:15   File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main
2024-08-25 10:31:15     exit_code = runner.run(runtime_conf)
2024-08-25 10:31:15   File "/usr/src/homeassistant/homeassistant/runner.py", line 190, in run
2024-08-25 10:31:15     return loop.run_until_complete(setup_and_run_hass(runtime_config))
2024-08-25 10:31:15   File "/usr/local/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete
2024-08-25 10:31:15     self.run_forever()
2024-08-25 10:31:15   File "/usr/local/lib/python3.12/asyncio/base_events.py", line 641, in run_forever
2024-08-25 10:31:15     self._run_once()
2024-08-25 10:31:15   File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1990, in _run_once
2024-08-25 10:31:15     handle._run()
2024-08-25 10:31:15   File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run
2024-08-25 10:31:15     self._context.run(self._callback, *self._args)
2024-08-25 10:31:15   File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2161, in async_forward_entry_setup
2024-08-25 10:31:15     _report_non_awaited_platform_forwards(entry, "async_forward_entry_setup")
2024-08-25 10:31:15   File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1201, in _report_non_awaited_platform_forwards
2024-08-25 10:31:15     report(
2024-08-25 10:31:15   File "/usr/src/homeassistant/homeassistant/helpers/frame.py", line 151, in report
2024-08-25 10:31:15     _LOGGER.warning(msg, stack_info=True)
2024-08-25 10:31:15 2024-08-25 10:31:15.884 WARNING (MainThread) [homeassistant.helpers.frame] Detected code that calls async_forward_entry_setup for integration meross_cloud with title: https://iot.meross.com and entry_id: f2d152d30aabad9502c6de4e6d217d48, during setup without awaiting async_forward_entry_setup, which can cause the setup lock to be released before the setup is done. This will stop working in Home Assistant 2025.1. Please report this issue.
2024-08-25 10:31:15 Stack (most recent call last):
2024-08-25 10:31:15   File "<frozen runpy>", line 198, in _run_module_as_main
2024-08-25 10:31:15   File "<frozen runpy>", line 88, in _run_code
2024-08-25 10:31:15   File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module>
2024-08-25 10:31:15     sys.exit(main())
2024-08-25 10:31:15   File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main
2024-08-25 10:31:15     exit_code = runner.run(runtime_conf)
2024-08-25 10:31:15   File "/usr/src/homeassistant/homeassistant/runner.py", line 190, in run
2024-08-25 10:31:15     return loop.run_until_complete(setup_and_run_hass(runtime_config))
2024-08-25 10:31:15   File "/usr/local/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete
2024-08-25 10:31:15     self.run_forever()
2024-08-25 10:31:15   File "/usr/local/lib/python3.12/asyncio/base_events.py", line 641, in run_forever
2024-08-25 10:31:15     self._run_once()
2024-08-25 10:31:15   File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1990, in _run_once
2024-08-25 10:31:15     handle._run()
2024-08-25 10:31:15   File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run
2024-08-25 10:31:15     self._context.run(self._callback, *self._args)
2024-08-25 10:31:15   File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2161, in async_forward_entry_setup
2024-08-25 10:31:15     _report_non_awaited_platform_forwards(entry, "async_forward_entry_setup")
2024-08-25 10:31:15   File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1201, in _report_non_awaited_platform_forwards
2024-08-25 10:31:15     report(
2024-08-25 10:31:15   File "/usr/src/homeassistant/homeassistant/helpers/frame.py", line 151, in report
2024-08-25 10:31:15     _LOGGER.warning(msg, stack_info=True)
2024-08-25 10:31:15 2024-08-25 10:31:15.900 WARNING (MainThread) [homeassistant.helpers.frame] Detected code that calls async_forward_entry_setup for integration meross_cloud with title: https://iot.meross.com and entry_id: f2d152d30aabad9502c6de4e6d217d48, during setup without awaiting async_forward_entry_setup, which can cause the setup lock to be released before the setup is done. This will stop working in Home Assistant 2025.1. Please report this issue.
2024-08-25 10:31:15 Stack (most recent call last):
2024-08-25 10:31:15   File "<frozen runpy>", line 198, in _run_module_as_main
2024-08-25 10:31:15   File "<frozen runpy>", line 88, in _run_code
2024-08-25 10:31:15   File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module>
2024-08-25 10:31:15     sys.exit(main())
2024-08-25 10:31:15   File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main
2024-08-25 10:31:15     exit_code = runner.run(runtime_conf)
2024-08-25 10:31:15   File "/usr/src/homeassistant/homeassistant/runner.py", line 190, in run
2024-08-25 10:31:15     return loop.run_until_complete(setup_and_run_hass(runtime_config))
2024-08-25 10:31:15   File "/usr/local/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete
2024-08-25 10:31:15     self.run_forever()
2024-08-25 10:31:15   File "/usr/local/lib/python3.12/asyncio/base_events.py", line 641, in run_forever
2024-08-25 10:31:15     self._run_once()
2024-08-25 10:31:15   File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1990, in _run_once
2024-08-25 10:31:15     handle._run()
2024-08-25 10:31:15   File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run
2024-08-25 10:31:15     self._context.run(self._callback, *self._args)
2024-08-25 10:31:15   File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2161, in async_forward_entry_setup
2024-08-25 10:31:15     _report_non_awaited_platform_forwards(entry, "async_forward_entry_setup")
2024-08-25 10:31:15   File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1201, in _report_non_awaited_platform_forwards
2024-08-25 10:31:15     report(
2024-08-25 10:31:15   File "/usr/src/homeassistant/homeassistant/helpers/frame.py", line 151, in report
2024-08-25 10:31:15     _LOGGER.warning(msg, stack_info=True)
2024-08-25 10:31:15 2024-08-25 10:31:15.921 WARNING (MainThread) [homeassistant.helpers.frame] Detected code that calls async_forward_entry_setup for integration meross_cloud with title: https://iot.meross.com and entry_id: f2d152d30aabad9502c6de4e6d217d48, during setup without awaiting async_forward_entry_setup, which can cause the setup lock to be released before the setup is done. This will stop working in Home Assistant 2025.1. Please report this issue.
2024-08-25 10:31:15 Stack (most recent call last):
2024-08-25 10:31:15   File "<frozen runpy>", line 198, in _run_module_as_main
2024-08-25 10:31:15   File "<frozen runpy>", line 88, in _run_code
2024-08-25 10:31:15   File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module>
2024-08-25 10:31:15     sys.exit(main())
2024-08-25 10:31:15   File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main
2024-08-25 10:31:15     exit_code = runner.run(runtime_conf)
2024-08-25 10:31:15   File "/usr/src/homeassistant/homeassistant/runner.py", line 190, in run
2024-08-25 10:31:15     return loop.run_until_complete(setup_and_run_hass(runtime_config))
2024-08-25 10:31:15   File "/usr/local/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete
2024-08-25 10:31:15     self.run_forever()
2024-08-25 10:31:15   File "/usr/local/lib/python3.12/asyncio/base_events.py", line 641, in run_forever
2024-08-25 10:31:15     self._run_once()
2024-08-25 10:31:15   File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1990, in _run_once
2024-08-25 10:31:15     handle._run()
2024-08-25 10:31:15   File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run
2024-08-25 10:31:15     self._context.run(self._callback, *self._args)
2024-08-25 10:31:15   File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2161, in async_forward_entry_setup
2024-08-25 10:31:15     _report_non_awaited_platform_forwards(entry, "async_forward_entry_setup")
2024-08-25 10:31:15   File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1201, in _report_non_awaited_platform_forwards
2024-08-25 10:31:15     report(
2024-08-25 10:31:15   File "/usr/src/homeassistant/homeassistant/helpers/frame.py", line 151, in report
2024-08-25 10:31:15     _LOGGER.warning(msg, stack_info=True)
2024-08-25 10:31:15 2024-08-25 10:31:15.962 WARNING (MainThread) [meross_iot.manager] Found a new device Garage (msg100, HW 3.0.0, FW 3.2.7, class: msg100:3.0.0:3.2.7) that has become online while we were offline.
2024-08-25 10:31:16 2024-08-25 10:31:16.159 WARNING (MainThread) [homeassistant.helpers.frame] Detected code that calls async_forward_entry_setup for integration meross_cloud with title: https://iot.meross.com and entry_id: f2d152d30aabad9502c6de4e6d217d48, during setup without awaiting async_forward_entry_setup, which can cause the setup lock to be released before the setup is done. This will stop working in Home Assistant 2025.1. Please report this issue.
2024-08-25 10:31:16 Stack (most recent call last):
2024-08-25 10:31:16   File "<frozen runpy>", line 198, in _run_module_as_main
2024-08-25 10:31:16   File "<frozen runpy>", line 88, in _run_code
2024-08-25 10:31:16   File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module>
2024-08-25 10:31:16     sys.exit(main())
2024-08-25 10:31:16   File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main
2024-08-25 10:31:16     exit_code = runner.run(runtime_conf)
2024-08-25 10:31:16   File "/usr/src/homeassistant/homeassistant/runner.py", line 190, in run
2024-08-25 10:31:16     return loop.run_until_complete(setup_and_run_hass(runtime_config))
2024-08-25 10:31:16   File "/usr/local/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete
2024-08-25 10:31:16     self.run_forever()
2024-08-25 10:31:16   File "/usr/local/lib/python3.12/asyncio/base_events.py", line 641, in run_forever
2024-08-25 10:31:16     self._run_once()
2024-08-25 10:31:16   File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1990, in _run_once
2024-08-25 10:31:16     handle._run()
2024-08-25 10:31:16   File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run
2024-08-25 10:31:16     self._context.run(self._callback, *self._args)
2024-08-25 10:31:16   File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2161, in async_forward_entry_setup
2024-08-25 10:31:16     _report_non_awaited_platform_forwards(entry, "async_forward_entry_setup")
2024-08-25 10:31:16   File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1201, in _report_non_awaited_platform_forwards
2024-08-25 10:31:16     report(
2024-08-25 10:31:16   File "/usr/src/homeassistant/homeassistant/helpers/frame.py", line 151, in report
2024-08-25 10:31:16     _LOGGER.warning(msg, stack_info=True)
2024-08-25 10:31:16 2024-08-25 10:31:16.198 WARNING (MainThread) [homeassistant.helpers.frame] Detected code that calls async_forward_entry_setup for integration meross_cloud with title: https://iot.meross.com and entry_id: f2d152d30aabad9502c6de4e6d217d48, during setup without awaiting async_forward_entry_setup, which can cause the setup lock to be released before the setup is done. This will stop working in Home Assistant 2025.1. Please report this issue.
2024-08-25 10:31:16 Stack (most recent call last):
2024-08-25 10:31:16   File "<frozen runpy>", line 198, in _run_module_as_main
2024-08-25 10:31:16   File "<frozen runpy>", line 88, in _run_code
2024-08-25 10:31:16   File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module>
2024-08-25 10:31:16     sys.exit(main())
2024-08-25 10:31:16   File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main
2024-08-25 10:31:16     exit_code = runner.run(runtime_conf)
2024-08-25 10:31:16   File "/usr/src/homeassistant/homeassistant/runner.py", line 190, in run
2024-08-25 10:31:16     return loop.run_until_complete(setup_and_run_hass(runtime_config))
2024-08-25 10:31:16   File "/usr/local/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete
2024-08-25 10:31:16     self.run_forever()
2024-08-25 10:31:16   File "/usr/local/lib/python3.12/asyncio/base_events.py", line 641, in run_forever
2024-08-25 10:31:16     self._run_once()
2024-08-25 10:31:16   File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1990, in _run_once
2024-08-25 10:31:16     handle._run()
2024-08-25 10:31:16   File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run
2024-08-25 10:31:16     self._context.run(self._callback, *self._args)
2024-08-25 10:31:16   File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2161, in async_forward_entry_setup
2024-08-25 10:31:16     _report_non_awaited_platform_forwards(entry, "async_forward_entry_setup")
2024-08-25 10:31:16   File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1201, in _report_non_awaited_platform_forwards
2024-08-25 10:31:16     report(
2024-08-25 10:31:16   File "/usr/src/homeassistant/homeassistant/helpers/frame.py", line 151, in report
2024-08-25 10:31:16     _LOGGER.warning(msg, stack_info=True)
2024-08-25 10:31:18 2024-08-25 10:31:18.283 WARNING (MainThread) [pysmaplus.device_speedwire] No Handler for 00469101: [44550146, 0] @ ['62', '66']
2024-08-25 10:31:18 2024-08-25 10:31:18.283 WARNING (MainThread) [pysmaplus.device_speedwire] No Handler for 00469201: [8155991, 0] @ ['62', '66']
2024-08-25 10:31:18 2024-08-25 10:31:18.562 WARNING (MainThread) 

Ok, I have tried a complete new installation. Also with an older version. The result is the same.
Here my docker-compose.yml.

services:
  homeassistant:
    container_name: home2
    image: "ghcr.io/home-assistant/home-assistant:2024.5.5"
    volumes:
      - ./config:/config
      - /etc/localtime:/etc/localtime:ro
      - /run/dbus:/run/dbus:ro
    restart: unless-stopped
    privileged: true
    network_mode: host
    environment:
      - TZ=Europe/Berlin

Log

2024-08-25 12:25:34 s6-rc: info: service s6rc-oneshot-runner: starting
2024-08-25 12:25:34 s6-rc: info: service s6rc-oneshot-runner successfully started
2024-08-25 12:25:34 s6-rc: info: service fix-attrs: starting
2024-08-25 12:25:34 s6-rc: info: service fix-attrs successfully started
2024-08-25 12:25:34 s6-rc: info: service legacy-cont-init: starting
2024-08-25 12:25:34 s6-rc: info: service legacy-cont-init successfully started
2024-08-25 12:25:34 s6-rc: info: service legacy-services: starting
2024-08-25 12:25:34 services-up: info: copying legacy longrun home-assistant (no readiness notification)
2024-08-25 12:25:34 s6-rc: info: service legacy-services successfully started
2024-08-25 12:27:32 s6-rc: info: service legacy-services: stopping
2024-08-25 12:27:33 [10:27:33] INFO: Home Assistant Core finish process exit code 0
2024-08-25 12:27:33 [10:27:33] INFO: Home Assistant Core service shutdown
2024-08-25 12:27:33 s6-rc: info: service legacy-services successfully stopped
2024-08-25 12:27:33 s6-rc: info: service legacy-cont-init: stopping
2024-08-25 12:27:33 s6-rc: info: service legacy-cont-init successfully stopped
2024-08-25 12:27:33 s6-rc: info: service fix-attrs: stopping
2024-08-25 12:27:33 s6-rc: info: service fix-attrs successfully stopped
2024-08-25 12:27:33 s6-rc: info: service s6rc-oneshot-runner: stopping
2024-08-25 12:27:33 s6-rc: info: service s6rc-oneshot-runner successfully stopped
2024-08-25 12:27:48 s6-rc: info: service s6rc-oneshot-runner: starting
2024-08-25 12:27:48 s6-rc: info: service s6rc-oneshot-runner successfully started
2024-08-25 12:27:48 s6-rc: info: service fix-attrs: starting
2024-08-25 12:27:48 s6-rc: info: service fix-attrs successfully started
2024-08-25 12:27:48 s6-rc: info: service legacy-cont-init: starting
2024-08-25 12:27:48 s6-rc: info: service legacy-cont-init successfully started
2024-08-25 12:27:48 s6-rc: info: service legacy-services: starting
2024-08-25 12:27:48 services-up: info: copying legacy longrun home-assistant (no readiness notification)
2024-08-25 12:27:48 s6-rc: info: service legacy-services successfully started
2024-08-25 12:27:32 Unable to find configuration. Creating default one in /config

I have the failure found by myself. This for someone have the same trouble :slight_smile:
In docker desktop the host network were switched off. This propably happens after updating docker desktop two days ago. The only surprising thing is that homeassistant still ran normally for two days!