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 d767b6c + 7001e53 commit e6d147eCopy full SHA for e6d147e
Dockerfile.17
@@ -11,4 +11,4 @@ COPY --chmod=755 init-ssl.sh /docker-entrypoint-initdb.d/init-ssl.sh
11
COPY --chmod=755 wrapper.sh /usr/local/bin/wrapper.sh
12
13
ENTRYPOINT ["wrapper.sh"]
14
-CMD ["postgres", "--port=5432"]
+CMD ["postgres", "-p", "5432", "-c", "listen_addresses=*"]
0 commit comments