A simple docker development environment that is ready to use in an existing PHP project. No Dockerfile is used. All necessary stuff is in docker-compose.yml.
- Make sure you have
docker compose. - Clone or copy the contents of this repo to the root of your project.
- Run
docker compose up -dat the root of your project.