This commit is contained in:
Bernhard Radermacher
2026-02-24 11:03:21 +01:00
parent a35393948f
commit 64002575f6
3 changed files with 2 additions and 37 deletions

View File

@@ -25,7 +25,7 @@ RUN apt-get update && \
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 pgpool.conf /etc/pgpool2/
# COPY --chmod=600 --chown=postgres:postgres pgpool.conf /etc/pgpool2/
COPY --chmod=755 entrypoint.sh /usr/local/bin/
ENTRYPOINT ["entrypoint.sh"]