Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit d8ba945

Browse files
authored
typo in usage instructions
1 parent c428f6b commit d8ba945

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The container requires you to supply it with your desired [NFS exports](https://
3131
-v /host/files:/nfs \
3232
--cap-add SYS_ADMIN \
3333
-p 2049:2049 \
34-
erichough/nfs4-server:latest`
34+
erichough/nfs-server:latest`
3535
3636
1. **Supply each line of `/etc/exports` as an environment variable**.
3737

@@ -44,7 +44,7 @@ The container requires you to supply it with your desired [NFS exports](https://
4444
-v /host/path/bar:/nfs/bar \
4545
--cap-add SYS_ADMIN \
4646
-p 2049:2049 \
47-
erichough/nfs4-server:latest`
47+
erichough/nfs-server:latest`
4848

4949
### Configuration
5050

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

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

0 commit comments

Comments
 (0)