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

Commit 1c0a76c

Browse files
authored
Merge pull request geerlingguy#1540 from joelpittet/patch-1
IP consistency
2 parents 32eee6e + 32e2c7a commit 1c0a76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/other/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ After you've configured your Drupal VM settings in `config.yml` and other config
121121

122122
This will bake a Docker images using Drupal VM's default settings for distro, IP address, hostname, etc. You can override these options (all are listed in the `provisioning/docker/bake.sh` file) by prepending them to the `composer` command:
123123

124-
DRUPALVM_IP_ADDRESS='192.168.89.90' DISTRO='debian9' composer docker-bake
124+
DRUPALVM_IP_ADDRESS='192.168.89.89' DISTRO='debian9' composer docker-bake
125125

126126
This process can take some time (it should take a similar amount of time as it takes to build Drupal VM normally, using Vagrant and VirtualBox), and at the end, you should see a message like:
127127

0 commit comments

Comments
 (0)