We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69010cb commit ba7f552Copy full SHA for ba7f552
postgres/Dockerfile.linux
@@ -7,6 +7,6 @@ ENV POSTGRES_PASSWORD=postgres
7
COPY healthcheck.sh /usr/local/bin/
8
9
RUN chmod u+x /usr/local/bin/healthcheck.sh
10
-RUN echo max_prepared_transactions = 16 >> /var/lib/postgresql/data/postgresql.conf
+RUN echo max_prepared_transactions = 16 >> /usr/share/postgresql/postgresql.conf.sample
11
12
HEALTHCHECK --interval=5s --timeout=60s CMD ["healthcheck.sh"]
0 commit comments