From 099425a98a6cf39052061e401efe152301b5b7b8 Mon Sep 17 00:00:00 2001 From: Joshua Kuestersteffen Date: Sun, 3 May 2020 07:08:17 -0500 Subject: [PATCH] Tweak wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a086b42..a5ab7a6 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This currently is pretty minimal and uses: To save the Grav site data to the host file system (so that it persists even after the container has been removed), simply map the container's `/var/www/html` directory to a named Docker volume or to a directory on the host. -> Note that if the mapped directory or named volume is empty, it will be automatically populated with a fresh install of Grav the first time that the container starts. However, once the directory/volume has been populated, the data will persist and will not be overwritten the next time the container starts. +> If the mapped directory or named volume is empty, it will be automatically populated with a fresh install of Grav the first time that the container starts. However, once the directory/volume has been populated, the data will persist and will not be overwritten the next time the container starts. ## Building the image from Dockerfile