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
How can i specific to use php 8.2 or php 8.3 using the 1 line install command?
Ive tried simply updating the image to markoshust/magento-php:8.3-fpm in the compose.yaml however when i do that i get an error during installation asking for my repo.magento.com credentials again.
If i simply leave the php version as the default markoshust/magento-php:8.2-fpm-2 it doesnt ask for the repo.magento.com credentials again and the install works fine.
The text was updated successfully, but these errors were encountered:
This isn't yet possible, so if you need/want a different PHP version, you will need to follow the "manual installation" steps, and update the compose.yaml file before installing M2.
I'll keep this ticket open though, as it would make a great addition to this project to be able to do this from the CLI ☺️
How can i specific to use php 8.2 or php 8.3 using the 1 line install command?
Ive tried simply updating the image to
markoshust/magento-php:8.3-fpm
in thecompose.yaml
however when i do that i get an error during installation asking for my repo.magento.com credentials again.If i simply leave the php version as the default
markoshust/magento-php:8.2-fpm-2
it doesnt ask for the repo.magento.com credentials again and the install works fine.The text was updated successfully, but these errors were encountered: