From 61f7647160e0c1ea7e755e1b5d16097b8bfee72a Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Thu, 4 Feb 2016 09:20:49 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c799bf..7069ffe 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Sometimes when using data volumes (`-v` flags) permissions issues can arise betw In this instance `PUID=1001` and `PGID=1001`. To find yours use `id user` as below: ``` - $ id dockeruser + $ `id ` uid=1001(dockeruser) gid=1001(dockergroup) groups=1001(dockergroup) ```