You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 6, 2023. It is now read-only.
@@ -111,7 +111,7 @@ Let's break that command down into its individual pieces to see what's required
111
111
112
112
1.**Expose the server ports**
113
113
114
-
You'll need to open up at least one server port for your client connections. The ports listed in the examples below are the defaults used by this image and most can be [customized](docs/ports.md).
114
+
You'll need to open up at least one server port for your client connections. The ports listed in the examples below are the defaults used by this image and most can be [customized](doc/ports.md).
115
115
116
116
* If your clients connect via **NFSv4 only**, you can get by with just TCP port `2049`:
117
117
@@ -135,15 +135,15 @@ If you pay close attention to each of the items in this section, the server shou
135
135
136
136
## Optional Features
137
137
138
-
*[Kerberos security](docs/feature/kerberos.md)
139
-
*[NFSv4 user ID mapping](docs/feature/nfsv4-user-id-mapping.md)
140
-
*[AppArmor integration](docs/feature/apparmor.md)
138
+
*[Kerberos security](doc/feature/kerberos.md)
139
+
*[NFSv4 user ID mapping](doc/feature/nfsv4-user-id-mapping.md)
140
+
*[AppArmor integration](doc/feature/apparmor.md)
141
141
142
142
## Advanced
143
143
144
-
*[customizing which ports are used](docs/advanced/ports.md)
0 commit comments