mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
add missing pecl back
This commit is contained in:
parent
a70f108616
commit
afa335b7b5
2 changed files with 2 additions and 2 deletions
|
@ -378,7 +378,7 @@ MAIL_FROM_NAME="Pixelfed @ ${APP_DOMAIN}"
|
||||||
|
|
||||||
# Defaults to "phpredis".
|
# 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"
|
#REDIS_CLIENT="phpredis"
|
||||||
|
|
||||||
# Defaults to "tcp".
|
# Defaults to "tcp".
|
||||||
|
|
|
@ -40,7 +40,7 @@ ARG RUNTIME_GID=33 # often called 'www-data'
|
||||||
ARG APT_PACKAGES_EXTRA=
|
ARG APT_PACKAGES_EXTRA=
|
||||||
|
|
||||||
# Extensions installed via [pecl install]
|
# Extensions installed via [pecl install]
|
||||||
ARG PHP_PECL_EXTENSIONS=
|
ARG PHP_PECL_EXTENSIONS="redis imagick"
|
||||||
ARG PHP_PECL_EXTENSIONS_EXTRA=
|
ARG PHP_PECL_EXTENSIONS_EXTRA=
|
||||||
|
|
||||||
# Extensions installed via [docker-php-ext-install]
|
# Extensions installed via [docker-php-ext-install]
|
||||||
|
|
Loading…
Reference in a new issue