Skip to content

Commit

Permalink
Merge pull request shipping-docker#24 from ashokgelal/patch-1
Browse files Browse the repository at this point in the history
Change DB_PASS => DB_PASSWORD
  • Loading branch information
fideloper committed Nov 1, 2017
2 parents 8867a09 + 8f7c14d commit 0635005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -52,7 +52,7 @@ Since we bind the MySQL to port `3306`, SequelPro can access the database direct

![sequel pro access](https://s3.amazonaws.com/sfh-assets/vessel-sequel-pro.png)

The password for user `root` is set by environment variable `DB_PASS` from within the `.env` file.
The password for user `root` is set by environment variable `DB_PASSWORD` from within the `.env` file.

> The port setting must match the `MYSQL_PORT` environment variable, which defaults to `3306`.
Expand Down

0 comments on commit 0635005

Please sign in to comment.