From 45943771c154a14c2fd2094f2a35b1a03f065f06 Mon Sep 17 00:00:00 2001 From: Eric Hough Date: Sun, 12 Nov 2017 16:53:05 -0800 Subject: [PATCH] another typo in usage instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37be5d5..27e6d91 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The container requires you to supply it with your desired [NFS exports](https:// -v /host/files:/nfs \ --cap-add SYS_ADMIN \ -p 2049:2049 \ - erichough/nfs-server:latest` + erichough/nfs-server:latest 1. **Supply each line of `/etc/exports` as an environment variable**. @@ -44,7 +44,7 @@ The container requires you to supply it with your desired [NFS exports](https:// -v /host/path/bar:/nfs/bar \ --cap-add SYS_ADMIN \ -p 2049:2049 \ - erichough/nfs-server:latest` + erichough/nfs-server:latest ### Configuration