Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
EntraptaJ authored Mar 2, 2024
1 parent 856e8da commit 0e5ac28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Images/PGPool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ RUN apk add --no-cache \
openldap-dev \
&& mkdir -p /var/run/pgpool \
&& chown -R postgres:postgres /var/run/pgpool \
&& mkdir -p /var/run/postgresql \
&& chown -R postgres:postgres /var/run/postgresql \
&& mkdir -p /opt/pgpool-II \
&& chmod +x /opt/pgpool-II/bin/Healthcheck.sh

Expand Down

0 comments on commit 0e5ac28

Please sign in to comment.