Fix typo in Vagrantfile
This commit is contained in:
parent
7982f01f2e
commit
ad6974d3da
|
@ -20,7 +20,7 @@ Vagrant::Config.run do |config|
|
|||
# via the IP. Host-only networks can talk to the host machine as well as
|
||||
# any other machines on the same network, but cannot be accessed (through this
|
||||
# network interface) by any external networks.
|
||||
# config.vm.network :hostonly "33.33.33.10"
|
||||
# config.vm.network :hostonly, "33.33.33.10"
|
||||
|
||||
# Assign this VM to a bridged network, allowing you to connect directly to a
|
||||
# network using the host's network device. This makes the VM appear as another
|
||||
|
|
Loading…
Reference in New Issue