Merge pull request #13 from artburkart/touchup-readme

Small fix in README
This commit is contained in:
Richard Harvey
2015-07-05 20:54:50 +01:00

View File

@@ -34,7 +34,7 @@ To simply run the container:
```
sudo docker run --name nginx -p 8080:80 -d richarvey/nginx-php-fpm
```
You can then browse to http://<docker_host>:8080 to view the default install files.
You can then browse to http://\<docker_host\>:8080 to view the default install files.
### Volumes
If you want to link to your web site directory on the docker host to the container run: