Skip to content

Commit

Permalink
Merge pull request #2 from luisg0nc/add-port-env
Browse files Browse the repository at this point in the history
Add env var for port. Removed port from host.
  • Loading branch information
rinormaloku authored Sep 27, 2019
2 parents 2c4b267 + 83d9a9d commit c2cbdba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM alpine:3.6

ENV PGHOST='localhost:5432'
ENV PGHOST='localhost'
ENV PGPORT='5432'
ENV PGDATABASE='postgres'
ENV PGUSER='postgres@postgres'
ENV PGPASSWORD='password'
Expand Down

0 comments on commit c2cbdba

Please sign in to comment.