Update docs to remove numeric suffix
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
parent
62a4d214e8
commit
59e31ff544
7 changed files with 14 additions and 14 deletions
|
|
@ -44,7 +44,7 @@ Two supporting files are needed to get this working - first up, `wp-config.php`
|
|||
define('DB_NAME', 'wordpress');
|
||||
define('DB_USER', 'root');
|
||||
define('DB_PASSWORD', '');
|
||||
define('DB_HOST', "db_1:3306");
|
||||
define('DB_HOST', "db:3306");
|
||||
define('DB_CHARSET', 'utf8');
|
||||
define('DB_COLLATE', '');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue