Skip to content

Commit

Permalink
Adds WORDPRESS_DB_NAME to clarify to the user the db name
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardolundgren committed Oct 16, 2017
1 parent 8964c59 commit e3782d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wp/wedeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"env": {
"WORDPRESS_DB_HOST": "db",
"WORDPRESS_DB_USER": "root",
"WORDPRESS_DB_PASSWORD": "passw0rd"
"WORDPRESS_DB_PASSWORD": "passw0rd",
"WORDPRESS_DB_NAME": "wordpress"
}
}

0 comments on commit e3782d8

Please sign in to comment.