From c0fcbc6eec55e3ad2816970f3da91299bf9cce12 Mon Sep 17 00:00:00 2001 From: Basil Hendroff <63370329+basilhendroff@users.noreply.github.com> Date: Sat, 13 Feb 2021 14:32:41 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e87d2b..91117ba 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ In addition, there are some other options which have sensible defaults, but can - JAIL_NAME: The name of the jail, defaults to `wordpress`. - POOL_PATH: The path for your data pool. It is set automatically if left blank e.g. `/mnt/tank`. -- WP_ROOT: The WordPress root under $POOL_PATH, defaults to `/apps/wordpress`. WordPress data is stored under the root in sub-directories `files` and `db`. +- WP_ROOT: The WordPress site root under $POOL_PATH, defaults to `/apps/wordpress`. WordPress data is stored under the site root in sub-directories `files` and `db`. - INTERFACE: The network interface to use for the jail. Defaults to `vnet0`. - VNET: Whether to use the iocage virtual network stack. Defaults to `on`.