Skip to content

Commit

Permalink
port forward clamav port 3310 to localhost from guest
Browse files Browse the repository at this point in the history
  • Loading branch information
lokori committed Feb 18, 2016
1 parent dec93f2 commit 28eb8d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ Vagrant.configure("2") do |config|
clamav.vm.provision "shell", inline: "cd /env && ./clamd.sh"

clamav.vm.network "private_network", ip: "192.168.50.72"

clamav.vm.network "forwarded_port", host: 3310, guest: 3310
end
end

0 comments on commit 28eb8d1

Please sign in to comment.