Skip to content

Commit

Permalink
Fix a couple of typos (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
clmcavaney authored Aug 8, 2022
1 parent da0cfc3 commit 8e32552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions containers/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ You can either configure your PostgreSQL server to use these credentials or over

docker run -d -p "5100:5100" -e "DATABASE_URL=postgresql://user:passwd@postgres:5432/my_db" pglombardo/pwpush-postgres:latest

_Note: Providing a postgres password on the command line is far less than ideal_
_Note: Providing a PostgreSQL password on the command line is far less than ideal_

Available on Docker hub: [pwpush-postgres](https://hub.docker.com/repository/docker/pglombardo/pwpush-postgres)

Expand All @@ -64,7 +64,7 @@ You can either configure your MySQL server to use these credentials or override

docker run -d -p "5100:5100" -e "DATABASE_URL=mysql2://pwpush_user:pwpush_passwd@mysql:3306/pwpush_db" pglombardo/pwpush-mysql:latest

_Note: Providing a postgres password on the command line is far less than ideal_
_Note: Providing a MySQL password on the command line is far less than ideal_

Available on Docker hub: [pwpush-mysql](https://hub.docker.com/repository/docker/pglombardo/pwpush-mysql)

Expand Down

0 comments on commit 8e32552

Please sign in to comment.