Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Commit 6b14f8d

Browse files
committed
Merge pull request #4294 from sergii-tkachenko/vagrant-1.0.0.alpha3
Bump Vagrant box version to 1.0.0.alpha3.
2 parents fbca887 + 2e6b08d commit 6b14f8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Vagrantfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Vagrant.configure("2") do |config|
22

33
## Choose your base box
44
config.vm.box = "dosomething/drupal"
5-
config.vm.box_version = "1.0.0.alpha2"
5+
config.vm.box_version = "1.0.0.alpha3"
66

77
config.vm.provider "virtualbox" do |v|
88
v.customize ["modifyvm", :id, "--memory", 3072]
@@ -37,8 +37,8 @@ Vagrant.configure("2") do |config|
3737
# With Varnish
3838
config.vm.network :forwarded_port, guest: 6081, host: 9999
3939

40-
# Tomcat with Jenkins and Solr
41-
config.vm.network :forwarded_port, guest: 8080, host: 8080
40+
# Solr.
41+
config.vm.network :forwarded_port, guest: 8983, host: 8983
4242

4343
config.vm.provision :shell, :inline => 'more /vagrant/scripts/install_complete.txt'
4444
end

0 commit comments

Comments
 (0)