summaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Vagrantfile b/Vagrantfile
index c2bf477b..a8fcc62d 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -47,6 +47,10 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end
end
+ config.vm.define "hackday", autostart: false do |hackday|
+ config.vm.box = "hackday-user-agent"
+ end
+
config.vm.network :forwarded_port, guest: 3333, host: 3333
config.vm.provider "virtualbox" do |v|