stage /etc/repmgr.conf

This commit is contained in:
Bernhard Radermacher
2026-02-19 11:18:57 +01:00
parent 5eaecf4b90
commit 9825164455

View File

@@ -150,6 +150,8 @@ COPY docker-entrypoint.sh docker-ensure-initdb.sh /usr/local/bin/
RUN ln -sT docker-ensure-initdb.sh /usr/local/bin/docker-enforce-initdb.sh
RUN touch /etc/repmgr.conf && chmod 666 /etc/repmgr.conf
COPY docker-entrypoint-initdb.d/* /docker-entrypoint-initdb.d/
ENTRYPOINT ["docker-entrypoint.sh"]