Skip to content

Commit

Permalink
Merge pull request #9 from ChristoWolf/issue/8
Browse files Browse the repository at this point in the history
Enabled bridged networking
  • Loading branch information
ChristoWolf authored Aug 3, 2021
2 parents 789b19f + ad11af3 commit b8a69c7
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 b8a69c7

Please sign in to comment.