From bddde74c5009639b7f14561363e6826ecc8e01b8 Mon Sep 17 00:00:00 2001 From: Andy Miller <1084697+rhukster@users.noreply.github.com> Date: Thu, 13 Sep 2018 21:58:04 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0574968..ef44a85 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Official Grav Docker Image +# Official Docker Image for Grav This currently is pretty minimal and uses: @@ -38,4 +38,4 @@ To run in the current directory you can use: docker run -v `pwd`:/var/www/html:cached -p 8000:80/tcp grav:latest ``` -Point browser to `http://localhost/8000` to access your Grav site \ No newline at end of file +Point browser to `http://localhost/8000` to access your Grav site