Fix wrong port number in README

There is no port mapping in the given example, and nginx is running on port 80.

See 8137d2d0c5/Dockerfile (L115)
This commit is contained in:
Nicolas Clavaud
2016-09-13 22:33:34 +02:00
committed by GitHub
parent 8137d2d0c5
commit 15cf4356b0

View File

@@ -33,7 +33,7 @@ To simply run the container:
sudo docker run -d richarvey/nginx-php-fpm sudo docker run -d richarvey/nginx-php-fpm
``` ```
You can then browse to ```http://<DOCKER_HOST>: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://<DOCKER_HOST>``` to view the default install files. To find your ```DOCKER_HOST``` use the ```docker inspect``` to get the IP address.
### Available Configuration Parameters ### 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. 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.