fix start ssh sequence

This commit is contained in:
Bernhard Radermacher
2026-02-23 11:29:43 +01:00
parent 59857e2bdd
commit 1acea2348d
2 changed files with 5 additions and 3 deletions

View File

@@ -6,7 +6,9 @@ RUN apt-get update && \
&& \
rm -rf /var/lib/apt/lists/*
RUN install --verbose --directory --owner postgres --group postgres --mode 1777 /etc/repmgr
RUN install --verbose --directory --owner postgres --group postgres --mode 1777 /etc/repmgr && \
ln -s /etc/repmgr/repmgr.conf /etc/repmgr.conf
VOLUME /etc/repmgr
RUN apt-get update && \