Skip to content

Commit e6d147e

Browse files
authored
Merge pull request #19 from railwayapp-templates/brody/postgres-17-all-hosts
Have postgres 17 listen on all hosts
2 parents d767b6c + 7001e53 commit e6d147e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.17

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ COPY --chmod=755 init-ssl.sh /docker-entrypoint-initdb.d/init-ssl.sh
1111
COPY --chmod=755 wrapper.sh /usr/local/bin/wrapper.sh
1212

1313
ENTRYPOINT ["wrapper.sh"]
14-
CMD ["postgres", "--port=5432"]
14+
CMD ["postgres", "-p", "5432", "-c", "listen_addresses=*"]

0 commit comments

Comments
 (0)