stage /etc/repmgr.conf

This commit is contained in:
Bernhard Radermacher
2026-02-19 11:30:11 +01:00
parent 284a4a703c
commit 7c8b8b9b21

View File

@@ -144,7 +144,7 @@ ENV PGDATA=/var/lib/postgresql/data
RUN install --verbose --directory --owner postgres --group postgres --mode 1777 "$PGDATA" RUN install --verbose --directory --owner postgres --group postgres --mode 1777 "$PGDATA"
VOLUME /var/lib/postgresql VOLUME /var/lib/postgresql/data
COPY docker-entrypoint.sh docker-ensure-initdb.sh /usr/local/bin/ COPY docker-entrypoint.sh docker-ensure-initdb.sh /usr/local/bin/