From 15cf4356b01cdc4bcb31373379edd51299843e9e Mon Sep 17 00:00:00 2001 From: Nicolas Clavaud Date: Tue, 13 Sep 2016 22:33:34 +0200 Subject: [PATCH] Fix wrong port number in README There is no port mapping in the given example, and nginx is running on port 80. See https://github.com/ngineered/nginx-php-fpm/blob/8137d2d0c5e1b9afa36ba2781a027184dc46ad4b/Dockerfile#L115 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1874db1..f9eadc4 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ To simply run the container: sudo docker run -d richarvey/nginx-php-fpm ``` -You can then browse to ```http://:8080``` to view the default install files. To find your ```DOCKER_HOST``` use the ```docker inspect``` to get the IP address. +You can then browse to ```http://``` to view the default install files. To find your ```DOCKER_HOST``` use the ```docker inspect``` to get the IP address. ### Available Configuration Parameters The following flags are a list of all the currently supported options that can be changed by passing in the variables to docker with the -e flag.