add option for witness
This commit is contained in:
@@ -6,8 +6,7 @@ RUN apt-get update && \
|
||||
&& \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN touch /etc/repmgr.conf && chmod 666 /etc/repmgr.conf
|
||||
|
||||
COPY profile /var/lib/postgresql/.profile
|
||||
COPY --chmod=666 repmgr.conf /etc/repmgr.conf
|
||||
COPY --chmod=644 --chown=postgres profile /var/lib/postgresql/.profile
|
||||
COPY docker-entrypoint-initdb.d/* /docker-entrypoint-initdb.d/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user