Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 3707b34

Browse files
author
Daryl Lozupone
committed
Update wp-config to match docker database container architecture
1 parent 273ec59 commit 3707b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/wp-config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
}
5252

5353
if ( ! defined( 'DB_HOST' ) ) {
54-
define( 'DB_HOST', 'localhost' );
54+
define( 'DB_HOST', '172.17.0.1' );
5555
}
5656

5757
if ( ! defined( 'DB_CHARSET' ) ) {

0 commit comments

Comments
 (0)