Skip to content

Commit

Permalink
Merge pull request #1792 from bugdone/master
Browse files Browse the repository at this point in the history
Fix typos in docker documentation
  • Loading branch information
dsander committed Nov 14, 2016
2 parents 7707064 + a51d816 commit e26976b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/multi-process/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ The scripts/init script is aware of mysql and postgres linked containers through

and

POSTGRESQL_PORT_5432_TCP_ADDR
POSTGRESQL_PORT_5432_TCP_PORT
POSTGRES_PORT_5432_TCP_ADDR
POSTGRES_PORT_5432_TCP_PORT

Its recommended to use an image that allows you to create a database via environmental variables at docker run, like `paintedfox / postgresql` or `centurylink / mysql`, so the db is populated when this script runs.

Expand Down
4 changes: 2 additions & 2 deletions docker/single-process/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ The scripts/init script is aware of mysql and postgres linked containers through

and

POSTGRESQL_PORT_5432_TCP_ADDR
POSTGRESQL_PORT_5432_TCP_PORT
POSTGRES_PORT_5432_TCP_ADDR
POSTGRES_PORT_5432_TCP_PORT

Its recommended to use an image that allows you to create a database via environmental variables at docker run, like `postgresql` or `mysql`, so the db is populated when this script runs.

Expand Down

0 comments on commit e26976b

Please sign in to comment.