Docker 4.3.1 and 4.3.2 not starting

Never mind, I fixed it. It was a docker issue.
Pruning docker images fixed it for me. Clearing cache and tmp alone did not help.


docker compose stop
docker prune -a
rm -rf /opt/openhab/userdata/cache
rm -rf /opt/openhab/userdata/tmp
docker compose up -d