mirror of
https://github.com/netfun2000/docker-php-nginx.git
synced 2026-04-22 00:29:10 +08:00
Changed PHP-FPM host to IPv4 address to avoid connecting over IPv6
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Docker PHP-FPM 7.1 & Nginx 1.10 on Alpine Linux
|
||||
==============================================
|
||||
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.
|
||||
The image is only +/- 35MB large.
|
||||
|
||||
|
||||
[](https://hub.docker.com/r/trafex/alpine-nginx-php7/)
|
||||
@@ -13,8 +13,3 @@ Start the Docker containers:
|
||||
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
|
||||
|
||||
Resources & inspiration
|
||||
-----------------------
|
||||
https://ejosh.co/de/2015/09/how-to-link-docker-containers-together
|
||||
https://github.com/johanan/Ansible-and-Docker
|
||||
|
||||
Reference in New Issue
Block a user