Skip to content

Commit

Permalink
➕ Add missing dependencies for pgsql
Browse files Browse the repository at this point in the history
  • Loading branch information
llaumgui committed Sep 13, 2024
1 parent f6c11d6 commit 2fd9b90
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions 8.2-nextcloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ RUN fetchDeps=" \
gmp \
intl \
ldap \
libpq5 \
mbstring \
opcache \
pcntl \
Expand Down
7 changes: 7 additions & 0 deletions 8.2-nextcloud/php.d/nextcloud-postgres-recommended.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[PostgreSQL]
pgsql.allow_persistent = On
pgsql.auto_reset_persistent = Off
pgsql.max_persistent = -1
pgsql.max_links = -1
pgsql.ignore_notice = 0
pgsql.log_notice = 0
1 change: 1 addition & 0 deletions 8.3-nextcloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ RUN fetchDeps=" \
gmp \
intl \
ldap \
libpq5 \
mbstring \
opcache \
pcntl \
Expand Down

0 comments on commit 2fd9b90

Please sign in to comment.