From 634137e695beb059b5661faa193d46240a066adc Mon Sep 17 00:00:00 2001 From: basilhendroff <63370329+basilhendroff@users.noreply.github.com> Date: Thu, 21 May 2020 11:23:05 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 288827a..d912251 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # freenas-iocage-caddy Script to install Caddy V2 in a FreeNAS jail -Create the jail and install Caddy -`iocage create --name="caddy" -r 11.2-RELEASE ip4_addr="vnet0|192.168.0.100/24" defaultrouter="192.168.0.1" boot="on" host_hostname="caddy" vnet="on"` +Create the jail and install Caddy `iocage create --name="caddyv2" -r 11.3-RELEASE ip4_addr="vnet0|192.168.0.100/24" defaultrouter="192.168.0.1" boot="on" host_hostname="caddyv2" vnet="on"`