Skip to content

Commit

Permalink
add user folder under /nfsshare folder
Browse files Browse the repository at this point in the history
  • Loading branch information
WakeupTsai committed Aug 30, 2018
1 parent 7e37c0f commit 11b0037
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions developers/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ sudo apt-get install -qqy nfs-kernel-server
sudo mkdir /nfsshare
sudo mkdir /nfsshare/mongodb
sudo mkdir /nfsshare/influxdb
sudo mkdir /nfsshare/user
echo "/nfsshare *(rw,sync,no_root_squash)" | sudo tee /etc/exports
sudo exportfs -r
sudo showmount -e
Expand Down

0 comments on commit 11b0037

Please sign in to comment.