Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 12c8ca6

Browse files
committed
Fix default IP - related to work in #463.
1 parent bf4a99d commit 12c8ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ vagrant_synced_folder_default_type: nfs
99
# machine name, and IP address for each instance.
1010
vagrant_hostname: drupalvm.dev
1111
vagrant_machine_name: drupalvm
12-
vagrant_ip: 0.0.0.0
12+
vagrant_ip: 192.168.88.88
1313

1414
# Allow Drupal VM to be accessed via a public network interface on your host.
1515
# Vagrant boxes are insecure by default, so be careful. You've been warned!

0 commit comments

Comments
 (0)