mirror of
https://github.com/netfun2000/docker-php-nginx.git
synced 2026-04-22 00:29:10 +08:00
Updated to PHP7.1. Improved the overall config based on the trafex/wordpress image
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Docker PHP-FPM 7.0 & Nginx 1.10 on Alpine Linux
|
||||
Docker PHP-FPM 7.1 & Nginx 1.10 on Alpine Linux
|
||||
==============================================
|
||||
Example PHP-FPM 7.0 & Nginx 1.10 setup for Docker, build on [Alpine Linux](http://www.alpinelinux.org/).
|
||||
Example PHP-FPM 7.1 & Nginx 1.10 setup for Docker, build on [Alpine Linux](http://www.alpinelinux.org/).
|
||||
The image is only +/- 60MB large.
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ Usage
|
||||
-----
|
||||
Start the Docker containers:
|
||||
|
||||
sudo docker run -p 80:80 trafex/alpine-nginx-php7
|
||||
docker run -p 80:80 trafex/alpine-nginx-php7
|
||||
|
||||
See the PHP info on http://localhost, or the static html page on http://localhost/test.html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user