PHP·98 questions

How to use Docker with PHP?

Answer
Official images: php:8.2-fpm.
Dockerfile for extensions.
docker-compose: php + nginx + mysql.
Volumes for code.
Xdebug for debugging.
Was this answer helpful?

More questions in this topic

Related questions from other topics