Skip to content

Commit

Permalink
another typo in usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ehough authored Nov 13, 2017
1 parent d8ba945 commit 4594377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.

Expand All @@ -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

Expand Down

0 comments on commit 4594377

Please sign in to comment.