Skip to content

Commit

Permalink
Expose postgres port by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kost committed Aug 24, 2015
1 parent 37f5a92 commit d9c1b2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions alpine-postgres/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ ENV LANG en_US.utf8
ENV PGDATA /var/lib/postgresql/data
VOLUME ["/var/lib/postgresql/data"]

EXPOSE 5432

ENTRYPOINT ["/scripts/run.sh"]

0 comments on commit d9c1b2b

Please sign in to comment.