You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Good morning, I hope you can help me.
I am trying to install a project with version 2.4.5, but since I was told that it is available from version 2.4.6, I am trying with that version. When I change the MariaDB version to a compatible one (image: mariadb:10.4 in compose.yaml), I get the following error.
Need a more detailed error log, aka as to why the db container is failing to start. Be sure you don't have anything else listening on port 3306 on your host, as simply changing the version number should get things to work.
Description
Good morning, I hope you can help me.
I am trying to install a project with version 2.4.5, but since I was told that it is available from version 2.4.6, I am trying with that version. When I change the MariaDB version to a compatible one (image: mariadb:10.4 in compose.yaml), I get the following error.
compose.yaml
change code in:
phpfpm:
image: markoshust/magento-php:8.3-fpm-3 -> markoshust/magento-php:8.1-fpm ✅
db:
image: mariadb:10.6 -> image: mariadb:10.4 ❌
Steps To Reproduce
Expected Result
Actual Result
The text was updated successfully, but these errors were encountered: