forked from Telodendria/Telodendria
Apply #41
This commit is contained in:
parent
6960743e43
commit
b753d58171
2 changed files with 2 additions and 1 deletions
1
contrib/.cvsignore
Normal file
1
contrib/.cvsignore
Normal file
|
@ -0,0 +1 @@
|
|||
.vagrant
|
2
contrib/Vagrantfile
vendored
2
contrib/Vagrantfile
vendored
|
@ -9,7 +9,7 @@ Vagrant.configure("2") do |config|
|
|||
# * 0.0.0.0/0 ::/0
|
||||
config.vm.network "private_network", ip: "172.17.0.101"
|
||||
# File watcher which syncs the project directory to /vagrant on the vm
|
||||
config.vm.synced_folder ".", "/vagrant"
|
||||
config.vm.synced_folder "../", "/vagrant"
|
||||
config.vm.provision "shell", inline: <<-EOF
|
||||
cp /vagrant/contrib/relayd.conf /etc/relayd.conf
|
||||
sed -i s/127.0.0.1/0.0.0.0/ /etc/relayd.conf
|
||||
|
|
Loading…
Reference in a new issue