dockerised-php
dockerised-php copied to clipboard
Docker setup for PHP applications using PHP7-FPM and Nginx
The Docker setup for PHP applications using PHP7-FPM and Nginx described in http://geekyplatypus.com/dockerise-your-php-application-with-nginx-and-php7-fpm/
Instructions
- Checkout the repository
- ~~Create a record in your
hostsfile to pointphp-docker.localto your Docker environment~~ - Run
docker-compose up - ~~Navigate to php-docker.local:8080 in a browser~~
- Navigate to localhost:8080
That's it! You have your local PHP setup using Docker
Example of activated PHP logging - https://github.com/mikechernev/dockerised-php/tree/feature/log-to-stdout