Docker Installation Error: caching_sha2_password could not be loaded

Hallo,

ich habe das Docker Image inkl. aller Container installiert und es läuft. Wenn ich jetzt ./psh.phar install aufrufe, bekomme ich folgenden Error:

> mysql -u 'app' -p'app' -h 'mysql' --port='3306' -e "DROP DATABASE IF EXISTS \`shopware\`"
        ERROR 1045 (28000): Plugin caching_sha2_password could not be loaded: /usr/lib/x86_64-linux-gnu/mariadb19/plugin/caching_sha2_password.so
: cannot open shared object file: No such file or directory

Execution aborted, a subcommand failed!

Im Frontend wird folgender Error ausgegeben:

RuntimeException
HTTP 500 Internal Server Error
Could not connect to database. Message from SQL Server: An exception occurred in driver: SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client

Der MySql Container ist in Version 8 und im Shopware Container ist mysql Ver 15.1 Distrib 10.3.23-MariaDB installiert.

Wie bekomme ich die Authentifizierungsmethode kompatibel?

Alles nochmal gelöscht und neu gemacht, jetzt bekomme ich die Meldung

(4/38) Starting
> mysql -u 'app' -p'app' -h 'mysql' --port='3306' -e "DROP DATABASE IF EXISTS \`shopware\`"
        ERROR 2005 (HY000): Unknown MySQL server host 'mysql' (-2)

Execution aborted, a subcommand failed!

Man, der Mist nervt echt hart.

Schon mal mit dockware probiert? https://dockware.io/

Viele Grüße
https://www.digitvision.de

Besten Dank, das sieht gut aus