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

I run a self hosted wallabag instance which works fine (latest docker image, wallabag 2.3.8). I use it from the web, I connected a Miniflux instance to it, it works...

Please see the below kubernetes config. ``` apiVersion: apps/v1 kind: Deployment metadata: name: wallabag namespace: cloud labels: app: wallabag type: cloud spec: selector: matchLabels: app: wallabag type: cloud strategy: type:...

I've successfully updated this container many many times (running the famous docker exec wallabag_container_name /var/www/wallabag/bin/console doctrine:migrations:migrate --env=prod --no-interaction after each upgrade.) This time is different and I get: TASK [add...

Added support for autostarting on boot and a separate network for the stack.

I just tried to deploy wallabag with docker-compose. Here is my docker-compose file: ``` version: '3' services: wallabag: image: wallabag/wallabag environment: - MYSQL_ROOT_PASSWORD=wallaroot - SYMFONY__ENV__DATABASE_DRIVER=pdo_mysql - SYMFONY__ENV__DATABASE_HOST=db - SYMFONY__ENV__DATABASE_PORT=3306 -...

Hi all, I waited for the 2.4.0 release for quite a long time as I hoped things would be better in terms of setting up. Unfortunately, it's issue after issue....

Trying to setup wallabag with postgres database, using unix sockets instead of TCP. Seems like adding this to ansible's entry point should work: database_socket: "{{ lookup('env', 'SYMFONYENVDATABASE_SOCKET')|default('~', true) }}" but...

Wallabag Docker image size **uncompressed** is 574 MB According to [dive](https://github.com/wagoodman/dive) the image can be reduced at least in 100 MB. I have some ideas but I'm not expert in...

When configuring the Android app, the app gives error ```API access test failed Unknown error: com.di72nn.stuff.wallabag.apiwrapper.exceptions.UnsuccessfulResponseException: HTTP response: 500 ``` Even though the client ID and secret are fetched. Only...

As it is, if `SYMFONY__ENV__DOMAIN_NAME` is left unset (or apparently with whatever the issue is behind #236), the default is your-wallabag-url-instance dot com; Unfortunately this means that the moment you...