https://github.com/reloni/fastcgi-example
https://github.com/reloni/fastcgi-example
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/reloni/fastcgi-example
- Owner: reloni
- Created: 2020-01-07T14:58:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T15:05:21.000Z (over 6 years ago)
- Last Synced: 2025-01-10T08:08:22.534Z (over 1 year ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
1. Checkout the repository
* ~~Create a record in your `hosts` file to point `php-docker.local` to 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