docker icon indicating copy to clipboard operation
docker copied to clipboard

Official docker-composer for wallabag.

Results 125 docker issues
Sort by recently updated
recently updated
newest added

Hi, When I execute: ``` $ docker run -p 8080:80 wallabag/wallabag ``` I have this screen ![image](https://user-images.githubusercontent.com/1082222/38732017-ec9bb7d4-3f1c-11e8-949a-f122f5ae9b03.png)

It would be helpful to set RabbitMQ variables similar to how you can set Redis variables: ~~~~ -e SYMFONY__ENV__REDIS_SCHEME=... (defaults to "tcp", protocol to use to communicate with the target...

It would be useful for performances to enable php's opcache. For Wallabag's devs maybe consider an approach similar to php's official docker images with a `php.ini-development` and `php.ini-production` mecanism (see...

I'm using android app 2.2.0 (latest) with 2.3.7 image. When i'm trying to sync i'm getting in console: ```sh wallabag_1 | 192.168.0.55 - - [10/Mar/2019:14:32:05 +0000] "PATCH /api/entries/29.json HTTP/1.1" 499...

In order to improve the security a bit, by trying to minimise the amount of information you give out about the, it'd be great if we had an option to...

enhancement

The docker-compose example at https://hub.docker.com/r/wallabag/wallabag/ includes a MariaDB but the parameters are set to utf8 instead of utf8mb4 causing the infamous error message `Invalid datetime format: 1366 Incorrect string value:...

When installing with the `mysql` driver, the database charset should be set to `UTF8MB4`. According to https://doc.wallabag.org/en/admin/parameters.html .

It's not possible to deploy image with mysql and sqlite - ansible script fails with rmtree python function.

Try install wallabag on docker and postgresql In postgresql, create database "wallabag", special user "wallabag", password "12345" , connect: `psql -U wallabag -d wallabag -h localhost` get connect Ok Start...

As detailed in #124, the memory limit on PHP can default to a value that is too low for sufficient database size. Allowing configuration via a build-time argument makes it...