DEV Community

Discussion on: Why Docker? Creating a multi-container application with docker

Collapse
 
azazqadir profile image
Muhammad Azaz Qadir

For deploying php apps on a docker multi container, the process is not really that difficult. Once you have setup the environment, you have to add docker compose yml file to your project root.

Source: dockerize php application