From b04efaac54a926601395c394678de3e576c4d74b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Arnauts?= Date: Thu, 25 Oct 2018 17:06:26 +0200 Subject: [PATCH] Correct typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c6189b..0350381 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The [LinuxServer.io][linuxserverurl] team brings you another container release f ``` docker create \ --name=webgrabplus \ - -v :/config \ + -v :/config \ -v :/data \ -e PGID= -e PUID= \ linuxserver/webgrabplus @@ -39,7 +39,7 @@ http://192.168.x.x:8080 would show you what's running INSIDE the container on po * `-v /config` - where webgrabplus should store it's config files -* `-v /config` - where webgrabplus should store it's data files +* `-v /data` - where webgrabplus should store it's data files * `-e PGID` for GroupID - see below for explanation * `-e PUID` for UserID - see below for explanation