You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The box uses avahi-daemon to make itself available to local network
config.vm.network"public_network",bridge: [
"en0: Wi-Fi (AirPort)",
"en1: Wi-Fi (AirPort)",
"wlan0"
]
end
As we currently already always use Avahi in the box by default, we should maybe rephrase this option to be more logical, like public: true, bridge: true or something else. We could also consider either dropping this feature or also enable the feature for Linux depending on the actual value this feature currently provides for our customers.
The text was updated successfully, but these errors were encountered:
The question is, what would be a better name then? If it is changed, it needs to be coordinated so that the Vagrantfile, config-example.yml in the project template and also scripts inside the Vagrant box all update at the same time, and there needs to be enough documentation in place so those who use the current setting name knows to update their config.yml files.
The actual meaning of the option is currently to expose the Vagrant box on OS X to the local network via bridge interface:
wordpress/Vagrantfile
Lines 89 to 99 in 54b867d
As we currently already always use Avahi in the box by default, we should maybe rephrase this option to be more logical, like
public: true
,bridge: true
or something else. We could also consider either dropping this feature or also enable the feature for Linux depending on the actual value this feature currently provides for our customers.The text was updated successfully, but these errors were encountered: