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

Commit 4594377

Browse files
authored
another typo in usage instructions
1 parent d8ba945 commit 4594377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 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/nfs-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/nfs-server:latest`
47+
erichough/nfs-server:latest
4848

4949
### Configuration
5050

0 commit comments

Comments
 (0)