Skip to content

Commit

Permalink
fixed ENV mismatch in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ACalderwood93 authored and cblanc committed Aug 19, 2020
1 parent 92f1854 commit 1eab750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
depends_on:
- db
environment:
- POSTGRES_DB=postcodesiodb
- POSTGRES_DATABASE=postcodesiodb
- POSTGRES_PASSWORD=secret
- POSTGRES_USER=postcodesio
- POSTGRES_HOST=db
Expand Down

0 comments on commit 1eab750

Please sign in to comment.