start repmgrd

This commit is contained in:
Bernhard Radermacher
2026-02-20 14:17:14 +01:00
parent 471b445fe6
commit 1b6a43f113
4 changed files with 14 additions and 0 deletions

View File

@@ -8,5 +8,6 @@ RUN apt-get update && \
COPY --chmod=666 repmgr.conf /etc/repmgr.conf
COPY --chmod=644 --chown=postgres profile /var/lib/postgresql/.profile
COPY --chmod=755 postgres.sh /usr/local/bin/postgres
COPY docker-entrypoint-initdb.d/* /docker-entrypoint-initdb.d/