Skip to content

Commit

Permalink
Merge pull request #14 from abretaud/listen
Browse files Browse the repository at this point in the history
  • Loading branch information
abretaud committed Apr 4, 2022
2 parents 46678d5 + afe2822 commit 0d9a7cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.inherit
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ RUN chown postgres: -R /opt/ /usr/local/bin/ /usr/local/man/ /usr/local/share/pe
find /usr/local/share/perl/ /usr/local/lib/x86_64-linux-gnu/perl/ -type d -exec chmod ug+rwx '{}' \;

ADD build.sh /docker-entrypoint-initdb.d/build.sh

# Workaround https://github.com/docker-library/postgres/pull/440
RUN sed -i "s|listen_addresses=''|listen_addresses='127.0.0.1'|" /usr/local/bin/docker-entrypoint.sh

0 comments on commit 0d9a7cc

Please sign in to comment.