Add media to example exports

This commit is contained in:
Joshua M. Boniface 2022-07-22 02:57:08 -04:00
parent e84651138a
commit 0100731b54

View file

@ -116,7 +116,9 @@ This guide is provided as a basic starting point - there are myriad possible com
# Other examples removed
# jellyfin_data_path first host second host, etc.
/var/lib/jellyfin 192.168.0.101/32(rw,sync,no_subtree_check,no_root_squash) 192.168.0.102(rw,sync,no_subtree_check,no_root_squash)
/var/lib/jellyfin 192.168.0.101/32(rw,sync,no_subtree_check,no_root_squash) 192.168.0.102/32(rw,sync,no_subtree_check,no_root_squash)
# Local media path if required
/srv/mymedia 192.168.0.101/32(rw,sync,no_subtree_check,no_root_squash) 192.168.0.102/32(rw,sync,no_subtree_check,no_root_squash)
```
1. Reload the exports file and ensure the NFS server is properly exporting it now: