wip
This commit is contained in:
@@ -23,8 +23,8 @@ RUN apt-get update && \
|
||||
chown postgres: /var/lib/postgresql/.ssh && \
|
||||
chmod g-w,o-w /var/lib/postgresql
|
||||
|
||||
COPY --chmod=600 --chown=postgres authorized_keys id_ed25519 /var/lib/postgresql/.ssh/
|
||||
|
||||
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=755 entrypoint.sh /usr/local/bin/
|
||||
|
||||
ENTRYPOINT ["entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user