diff --git a/Vagrantfile b/Vagrantfile index abce797..dc9e445 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,6 +1,6 @@ Vagrant.configure(2) do |config| config.vm.box = "debian/buster64" - config.vm.hostname = "umbrel" + config.vm.hostname = "umbrel-dev" config.vm.network "public_network" # Configure similar specs to a Raspberry Pi @@ -22,6 +22,7 @@ Vagrant.configure(2) do |config| curl "https://raw.githubusercontent.com/getumbrel/umbrel/v0.1.3-beta/install-box.sh" | sh REGTEST=1 ./configure-box.sh sudo chown -R 1000:1000 lnd/ bitcoin/ + sed -i 's/umbrel.local/#{config.vm.hostname}.local/g' docker-compose.yml # Install Avahi apt-get install -y avahi-daemon avahi-discover libnss-mdns