Skip to content

Commit

Permalink
set vagrant vm hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
flesueur committed May 3, 2022
1 parent 9406da8 commit 2c03b35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# you're doing.
Vagrant.configure("2") do |config|
config.vm.box = "debian/bullseye64"
config.vm.hostname = 'milxc-vm'

# Disable automatic box update checking. If you disable this, then
# boxes will only be checked for updates when the user runs
Expand Down

0 comments on commit 2c03b35

Please sign in to comment.