Skip to content

Commit

Permalink
Use the latest szabacsik/ubuntu vagrant box and attach project's folder
Browse files Browse the repository at this point in the history
  • Loading branch information
András Szabácsik committed Jul 2, 2019
1 parent 4da3061 commit eb49e1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Vagrantfile
@@ -1,6 +1,6 @@
Vagrant.configure("2") do |config|
config.vm.box = "szabacsik/ubuntu"
config.vm.box_version = "1.0.0"
#config.vm.box_version = "1.0.0"
config.vm.provider "virtualbox"
config.vm.network "private_network", ip: "192.168.200.200"
config.vm.hostname = "builder"
Expand All @@ -12,4 +12,5 @@ Vagrant.configure("2") do |config|
end
config.ssh.username="worker"
config.ssh.password="worker"
config.vm.synced_folder ".", "/vagrant", owner: "worker", group: "worker", :mount_options => ["dmode=777", "fmode=700", "uid=1000", "gid=1000"]
end

0 comments on commit eb49e1e

Please sign in to comment.