add pgpool user

This commit is contained in:
Bernhard Radermacher
2026-02-24 10:04:32 +01:00
parent 1d608f9f99
commit 8799f67db6
2 changed files with 13 additions and 23 deletions

View File

@@ -25,9 +25,9 @@ RUN apt-get update && \
chmod 700 /var/lib/postgresql/.ssh && \
chown postgres: /var/lib/postgresql/.ssh && \
chmod g-w,o-w /var/lib/postgresql
COPY --chmod=600 --chown=postgres:postgres authorized_keys id_ed25519 /var/lib/postgresql/.ssh/
COPY --chmod=644 --chown=postgres profile /var/lib/postgresql/.profile
COPY --chmod=600 --chown=postgres authorized_keys id_ed25519 /var/lib/postgresql/.ssh/
COPY --chmod=644 --chown=postgres:postgres profile /var/lib/postgresql/.profile
COPY --chmod=755 entrypoint.sh /usr/local/bin/