Commit a35b154182d5d93116b4a5111228090f876f3cfb
1 parent
fb00ee25
Exists in
master
and in
39 other branches
Adding solr port to vagrant
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
Vagrantfile
... | ... | @@ -23,6 +23,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| |
23 | 23 | config.vm.network :forwarded_port, guest: 7000, host: 8000 |
24 | 24 | config.vm.network :forwarded_port, guest: 5280, host: 5280 |
25 | 25 | config.vm.network :forwarded_port, guest: 8080, host: 8081 |
26 | + config.vm.network :forwarded_port, guest: 8983, host: 8983 | |
26 | 27 | |
27 | 28 | # Create a private network, which allows host-only access to the machine |
28 | 29 | # using a specific IP. | ... | ... |