1
0
Fork 0

add missing pecl back

This commit is contained in:
Christian Winther 2024-01-17 12:50:55 +00:00
parent a70f108616
commit afa335b7b5
2 changed files with 2 additions and 2 deletions

View File

@ -378,7 +378,7 @@ MAIL_FROM_NAME="Pixelfed @ ${APP_DOMAIN}"
# Defaults to "phpredis".
#
# See: https://docs.pixelfed.org/technical-documentation/config/#db_username
# See: https://docs.pixelfed.org/technical-documentation/config/#redis_client
#REDIS_CLIENT="phpredis"
# Defaults to "tcp".

View File

@ -40,7 +40,7 @@ ARG RUNTIME_GID=33 # often called 'www-data'
ARG APT_PACKAGES_EXTRA=
# Extensions installed via [pecl install]
ARG PHP_PECL_EXTENSIONS=
ARG PHP_PECL_EXTENSIONS="redis imagick"
ARG PHP_PECL_EXTENSIONS_EXTRA=
# Extensions installed via [docker-php-ext-install]