wallabag / wallabag/docker

phpiredis is not available in Docker image?

Open
#207 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
769
Forks
168
PR merge metrics
No merged PRs in 30d

Description

I have set the necessary environmental variables:

```
SYMFONY__ENV__REDIS_HOST
SYMFONY__ENV__REDIS_PORT
SYMFONY__ENV__REDIS_SCHEME
SYMFONY__ENV__REDIS_PASSWORD
```

But when I got to "Import / Wallabag v2" (`/import/wallabag-v2`) I have the following issue:

```
500: Internal Server Error

The "phpiredis" extension is required by this connection backend.
```

---

I don't see it in `php -me` output:
```
/ # php -me
[PHP Modules]
amqp
bcmath
Core
ctype
curl
date
dom
filter
gd
gettext
hash
iconv
intl
json
libxml
mbstring
mysqlnd
openssl
pcre
PDO
pdo_mysql
pdo_pgsql
pdo_sqlite
Phar
readline
Reflection
session
SimpleXML
sockets
SPL
standard
tidy
tokenizer
xml
xmlreader
zlib

[Zend Modules]
```

Is `phpiredis` missing from [Dockerfile](https://github.com/wallabag/docker/blob/master/Dockerfile)?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.