This commit is contained in:
Bernhard Radermacher
2026-02-24 11:19:25 +01:00
parent 64002575f6
commit e2c9470986

View File

@@ -24,7 +24,7 @@ RUN apt-get update && \
chmod g-w,o-w /var/lib/postgresql
COPY --chmod=600 --chown=postgres:postgres authorized_keys id_ed25519 /var/lib/postgresql/.ssh/
# COPY --chmod=600 --chown=postgres:postgres pgpool.conf pool_hba.conf pool_passwd /etc/pgpool2/
COPY --chmod=600 --chown=postgres:postgres pool_hba.conf /etc/pgpool2/
# COPY --chmod=600 --chown=postgres:postgres pgpool.conf /etc/pgpool2/
COPY --chmod=755 entrypoint.sh /usr/local/bin/