Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KeiranY committed Apr 24, 2019
1 parent 19b4772 commit 0b2fb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Vagrant.configure("2") do |config|
config.ssh.username = 'root'

# Add a host only network
config.vm.network "private_network", ip: "10.10.0.1/16"
config.vm.network "private_network", ip: "10.10.0.2"

# Run config
config.vm.provision "shell", path: "config.sh"
Expand Down

0 comments on commit 0b2fb95

Please sign in to comment.