Skip to content

Commit

Permalink
Enabled bridged networking
Browse files Browse the repository at this point in the history
Resolves #8.
  • Loading branch information
ChristoWolf committed Aug 3, 2021
1 parent 789b19f commit ad11af3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vagrant-files/ubuntu-dev-vm/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Vagrant.configure("2") do |config|
# VM settings, see https://www.vagrantup.com/docs/vagrantfile/machine_settings.
config.vm.box = "ubuntu-dev-vm"
config.vm.hostname = ENV['VM_NAME'] # One of those things which requires passwordless sudo.
config.vm.network "public_network" # Explicitly specify your default network interface here if needed, see https://www.vagrantup.com/docs/networking/public_network#default-network-interface.
config.vm.provider "virtualbox" do |v|
# See https://www.vagrantup.com/docs/providers/virtualbox/common-issues
# for common issues.
Expand Down

0 comments on commit ad11af3

Please sign in to comment.