Skip to content

Commit

Permalink
Merge pull request #1479 from Rukavichnicov/fix_README
Browse files Browse the repository at this point in the history
Fixed DB_HOST for install in Docker (README.md)
  • Loading branch information
fey committed Jan 25, 2023
2 parents ef22949 + 277f702 commit cbcfed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ make test # run tests

```dotenv
DB_CONNECTION=pgsql
DB_HOST=localhost
DB_HOST=database
DB_PORT=5432
DB_DATABASE=postgres
DB_USERNAME=postgres
Expand Down

0 comments on commit cbcfed9

Please sign in to comment.