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

Commit e40477a

Browse files
committed
leftover pipes in README
1 parent 2992ceb commit e40477a

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,25 +52,28 @@ Via optional environment variables, you can adjust the server settings to your n
5252

5353
- **`NFS_VERSION`** (default is `4.2`)
5454

55-
Set to `3`, `4`, `4.1`, or `4.2` to fine tune the NFS protocol version. Note that any minor version will also enable any lesser minor versions. e.g. `4.2` will enable versions 4.2, 4.1, 4, **and** 3. |
55+
Set to `3`, `4`, `4.1`, or `4.2` to fine tune the NFS protocol version. Note that any minor version will also enable any lesser minor versions. e.g. `4.2` will enable versions 4.2, 4.1, 4, **and** 3.
5656

5757
- **`NFS_VERSION_DISABLE_V3`** (*not set by default*)
5858

59-
Set to a non-empty value (e.g. `NFS_VERSION_DISABLE_V3=1`) to disable NFS version 3 and run a version-4-only server. This setting is not compatible with `NFS_VERSION=3`. |
59+
Set to a non-empty value (e.g. `NFS_VERSION_DISABLE_V3=1`) to disable NFS version 3 and run a version-4-only server. This setting is not compatible with `NFS_VERSION=3`.
6060

6161
- **`NFSD_PORT`** (default is `2049`)
6262

63-
Set this to any valid port number (`1` - `65535` inclusive) to change `rpc.nfsd`'s listening port. |
63+
Set this to any valid port number (`1` - `65535` inclusive) to change `rpc.nfsd`'s listening port.
64+
6465
- **`NFSD_SERVER_THREADS`** (default is *CPU core count*)
6566

66-
Set this to a positive integer to control how many server threads `rpc.nfsd` will use. A good minimum is one thread per CPU core, but 4 or 8 threads per core is probably better. |
67+
Set this to a positive integer to control how many server threads `rpc.nfsd` will use. A good minimum is one thread per CPU core, but 4 or 8 threads per core is probably better.
6768

6869
- **`NFS_MOUNTD_PORT`** (default is `32767`)
6970

70-
*Not needed for NFS 4*. Set this to any valid port number (`1` - `65535` inclusive) to change `rpc.mountd`'s listening port. |
71+
*Not needed for NFS 4*. Set this to any valid port number (`1` - `65535` inclusive) to change `rpc.mountd`'s listening port.
72+
7173
- **`NFS_STATD_IN_PORT`** (default is `32765`)
7274

73-
*Not needed for NFS 4*. Set this to any valid port number (`1` - `65535` inclusive) to change `rpc.statd`'s listening port. |
75+
*Not needed for NFS 4*. Set this to any valid port number (`1` - `65535` inclusive) to change `rpc.statd`'s listening port.
76+
7477
- **`NFS_STATD_OUT_PORT`** (default is `32766`)
7578

7679
*Not needed for NFS 4*. Set this to any valid port number (`1` - `65535` inclusive) to change `rpc.statd`'s outgoing connection port.

0 commit comments

Comments
 (0)