Listen address * by parameter enforced
This commit is contained in:
parent
89d9f1e1a1
commit
c9ce644d4b
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ STOPSIGNAL SIGINT
|
|||
|
||||
EXPOSE 5432
|
||||
|
||||
CMD ["postgres"]
|
||||
CMD ["postgres","-c","listen_addresses=*"]
|
||||
|
||||
HEALTHCHECK --interval=30s --timeout=3s --retries=4 \
|
||||
CMD pg_isready -U ${POSTGRES_USER:-postgres}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue