Login page not loading correctly & also unable to log in

It was running fine until recently. If I use all latest images & the official docker-compose file I get below error in mariadb container.
```2023-12-06 06:06:53+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:11.2.2+maria~ubu2204 started.
2023-12-06 06:07:00+00:00 [Note] [Entrypoint]: Switching to dedicated user ‘mysql’
error: exec failed: permission denied
If I use mariadb:10.6, containers start fine but login page partially loads with no background image etc. After logging in I get page unavailable. It is also very slow. Nothing loads when using host IP. Just gives Bad Request (400)
memcached container log - memcached: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

If you are experiencing issues with MariaDB 10.6, it’s possible that there are compatibility issues with your application or other containers. You might want to check the release notes for MariaDB 10.6 and see if there are any breaking changes or known issues.