mirror of https://github.com/zulip/zulip.git
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:
parent
767a1b9f0c
commit
a4ababb9a4
|
@ -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
|
||||
```
|
||||
|
||||
(and restart the Vagrant guest), your host IP would be 0.0.0.0, a special value
|
||||
for the IP address that means any IP address can connect to your development server.
|
||||
(and restart the Vagrant guest with `vagrant reload`), your host IP would be
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue