mirror of
https://github.com/geerlingguy/ansible-for-devops.git
synced 2024-05-19 06:50:03 +00:00
Fixed incorrect port number
This commit is contained in:
@@ -30,7 +30,7 @@ Note: *If there are any errors during the course of running `vagrant up`, and it
|
||||
### 3 - Configure your host machine to access the VM.
|
||||
|
||||
1. [Edit your hosts file](http://www.rackspace.com/knowledge_center/article/how-do-i-modify-my-hosts-file), adding the line `192.168.66.66 solr.test` so you can connect to the VM.
|
||||
2. Open your browser and access [http://solr.test:8080/solr/](http://solr.test:8080/solr).
|
||||
2. Open your browser and access [http://solr.test:8983/solr/](http://solr.test:8983/solr).
|
||||
|
||||
## Notes
|
||||
|
||||
|
Reference in New Issue
Block a user