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:
Ray Kraesig 2019-09-20 19:04:58 -07:00 committed by Tim Abbott
parent 767a1b9f0c
commit a4ababb9a4
1 changed files with 3 additions and 2 deletions

View File

@ -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