We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Phalcon docker documentation not up-to-date

Hello, I'm fresh new here, never worked with Phalcon before.

I was checking the Download session of the main Phalcon website and the first command using composer already fails for me when trying to create a project using docker.

https://phalcon.io/en/download/docker

Documentation tells me to run:

composer create-project sergeyklay/phalcon-compose --prefer-dist /home/website

Although that is an abandoned package as you can see here:

https://packagist.org/packages/sergeyklay/phalcon-compose

Then I checked the suggestion in the link above, using package phalcon/plancon-compose which didn't work for me and it's marked as deprecated.

I would like to contribute putting the most up-to-date way to achieve Phalcon with docker in the documentation, but as I am new I'm not sure if I'm in the right path. Can someone explain to me what is the official way to achieve phalcon in docker?

Thanks

BONUS ROUND: There is no 'Documentation' Category here, I think this post would fit well in there.

The package you're looking for is https://packagist.org/packages/phalcon/compose instead of https://packagist.org/packages/phalcon/phalcon-compose

Other than that, i have no idea :D