Small fix in README

This commit is contained in:
Arthur Burkart
2015-07-04 11:25:19 -04:00
parent 1c1c77889f
commit fdf884fd15

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: