Former-commit-id: 3e215a2bbe071a3a1f8bc78ba2deb60ed71223de Former-commit-id: 8318912b9d7b240500725466c6cfe46be4766b291.0
parent
a5ea54d4c0
commit
ff781c1efc
@ -0,0 +1 @@
|
|||||||
|
/nfs *(rw,sync,no_root_squash,no_subtree_check)
|
@ -0,0 +1,14 @@
|
|||||||
|
version: "3.8"
|
||||||
|
services:
|
||||||
|
# modprobe {nfs,nfsd,rpcsec_gss_krb5}
|
||||||
|
nfs:
|
||||||
|
image: erichough/nfs-server:2.2.1
|
||||||
|
volumes:
|
||||||
|
- /lib/modules:/lib/modules:ro
|
||||||
|
- ./data/nfs:/nfs
|
||||||
|
- ./conf/exports.conf:/etc/exports:ro
|
||||||
|
cap_add:
|
||||||
|
- SYS_ADMIN
|
||||||
|
- SYS_MODULE
|
||||||
|
ports:
|
||||||
|
- 2409:2409
|
Loading…
Reference in new issue