From: W. Trevor King Date: Thu, 7 Aug 2014 19:46:44 +0000 (-0700) Subject: nginx/README.md: Fix 'neet' -> 'need' typo X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9d9aaca91c10107909fb8fce208216896b441f64;p=dockerfile.git nginx/README.md: Fix 'neet' -> 'need' typo --- diff --git a/nginx/README.md b/nginx/README.md index 6bb768b..d7f3ffa 100644 --- a/nginx/README.md +++ b/nginx/README.md @@ -4,7 +4,7 @@ Run this [Nginx][] image with: [volume-mounting][volume-mount] your content under the container's `/var/www/localhost/htdocs`. You can also mount volumes from other -containers and serve their data, although you may neet to tweak the +containers and serve their data, although you may need to tweak the config to serve from an alternative location. Adjusting this image to serve from a configurable `$HTTP_ROOT` wouldn't be too difficult either.