Skip to content

Commit

Permalink
Replaced PG variables in docker-compose with the correct ones (bigblu…
Browse files Browse the repository at this point in the history
  • Loading branch information
farhatahmad authored Feb 28, 2020
1 parent edcda54 commit 0092a28
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ services:
volumes:
- ./db/production:/var/lib/postgresql/data
environment:
- PGHOST=postgres
- PGDATABASE=postgres
- PGUSER=postgres
- PGPASSWORD=password
- POSTGRES_DB=postgres
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=password

0 comments on commit 0092a28

Please sign in to comment.