Skip to content

Commit ba7f552

Browse files
committed
chore: modify proper conf file
1 parent 69010cb commit ba7f552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres/Dockerfile.linux

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ ENV POSTGRES_PASSWORD=postgres
77
COPY healthcheck.sh /usr/local/bin/
88

99
RUN chmod u+x /usr/local/bin/healthcheck.sh
10-
RUN echo max_prepared_transactions = 16 >> /var/lib/postgresql/data/postgresql.conf
10+
RUN echo max_prepared_transactions = 16 >> /usr/share/postgresql/postgresql.conf.sample
1111

1212
HEALTHCHECK --interval=5s --timeout=60s CMD ["healthcheck.sh"]

0 commit comments

Comments
 (0)