Confirmed users
1,927
edits
(Updated for different config versions) |
|||
| Line 10: | Line 10: | ||
** TODO: Figure out what needs to be done to have this in the base vbox instead | ** TODO: Figure out what needs to be done to have this in the base vbox instead | ||
of requiring user to do it. | of requiring user to do it. | ||
Uncomment the line that says: | Uncomment the line that says (according to version): | ||
Version 1.0.x: | |||
# config.vm.forward_port 80, 8080 | # config.vm.forward_port 80, 8080 | ||
Version 1.1.x: | |||
# config.vm.network :forwarded_port, guest: 80, host: 8080 | |||
In the line | In the line | ||