diff --git a/Vagrantfile b/Vagrantfile index fc90b1658ec8f0d91e939772f7eb7c6fc3de05b6..be09dc4c03cb05772866142e62aa7d0a778fb12c 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -19,6 +19,10 @@ Vagrant.configure("2") do |config| # `vagrant box outdated`. This is not recommended. # config.vm.box_check_update = false + # The default hostname is localhost, so set it to something a little more + # sensible. + config.vm.hostname = "controller1" + # Create a forwarded port mapping which allows access to a specific port # within the machine from a port on the host machine. In the example below, # accessing "localhost:8080" will access port 80 on the guest machine.