Skip to content

Commit

Permalink
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 c428f6b commit d8ba945
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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/nfs4-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/nfs4-server:latest`
erichough/nfs-server:latest`

### Configuration

Expand Down Expand Up @@ -101,4 +101,4 @@ Via optional environment variables, you can adjust the server settings to your n
This work was based heavily on prior projects:

- [f-u-z-z-l-e/docker-nfs-server](https://github.com/f-u-z-z-l-e/docker-nfs-server)
- [sjiveson/nfs-server-alpine](https://github.com/sjiveson/nfs-server-alpine)
- [sjiveson/nfs-server-alpine](https://github.com/sjiveson/nfs-server-alpine)

0 comments on commit d8ba945

Please sign in to comment.