diff --git a/Dockerfile b/Dockerfile index bd1f34c..e01f641 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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}