Listen address * by parameter enforced

This commit is contained in:
Torsten Raudssus 2024-03-31 00:44:36 +01:00
parent 89d9f1e1a1
commit c9ce644d4b

View file

@ -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}