mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 14:03:30 +00:00 
			
		
		
		
	vagrant docs: specify restart command
Add a specific command to restart Vagrant to adopt the new configuration. (When naïvely using only `vagrant halt` + `vagrant up --provision`, external devices remained unable to connect; per `netstat -nltp`, the host IP of forwarded ports remained `127.0.0.1`.)
This commit is contained in:
		@@ -984,8 +984,9 @@ machines than the VM host, you can manually set the host IP address in the
 | 
				
			|||||||
HOST_IP_ADDR 0.0.0.0
 | 
					HOST_IP_ADDR 0.0.0.0
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(and restart the Vagrant guest), your host IP would be 0.0.0.0, a special value
 | 
					(and restart the Vagrant guest with `vagrant reload`), your host IP would be
 | 
				
			||||||
for the IP address that means any IP address can connect to your development server.
 | 
					0.0.0.0, a special value for the IP address that means any IP address can
 | 
				
			||||||
 | 
					connect to your development server.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Customizing CPU and RAM allocation
 | 
					### Customizing CPU and RAM allocation
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user