We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46678d5 + afe2822 commit 0d9a7ccCopy full SHA for 0d9a7cc
Dockerfile.inherit
@@ -13,3 +13,6 @@ RUN chown postgres: -R /opt/ /usr/local/bin/ /usr/local/man/ /usr/local/share/pe
13
find /usr/local/share/perl/ /usr/local/lib/x86_64-linux-gnu/perl/ -type d -exec chmod ug+rwx '{}' \;
14
15
ADD build.sh /docker-entrypoint-initdb.d/build.sh
16
+
17
+# Workaround https://github.com/docker-library/postgres/pull/440
18
+RUN sed -i "s|listen_addresses=''|listen_addresses='127.0.0.1'|" /usr/local/bin/docker-entrypoint.sh
0 commit comments