mirror of
https://github.com/netfun2000/docker-php-nginx.git
synced 2026-08-13 06:59:36 +08:00
60c73f6bf2530b04b8cf791a869cd7a9ca8623a4
Docker PHP-FPM 7.0 & Nginx 1.8 on Alpine Linux
Example PHP-FPM 7.0 & Nginx 1.8 setup for Docker, build on Alpine Linux. The image is only +/- 60MB large.
Usage
Start the Docker containers:
sudo docker run -p 80:80 trafex/php-nginx
See the PHP info on http://localhost, or the static html page on http://localhost/test.html
Resources & inspiration
https://ejosh.co/de/2015/09/how-to-link-docker-containers-together
Languages
PHP
99.4%
Dockerfile
0.6%