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 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:...

I'm trying to self host Matomo and I've added these parameters to my environment as per #106: ```sh SYMFONY__ENV__MAILER_TRANSPORT=smtp SYMFONY__ENV__MAILER_HOST=smtp.fastmail.com SYMFONY__ENV__MAILER_PORT=465 SYMFONY__ENV__MAILER_ENCRYPTION=ssl SYMFONY__ENV__MAILER_AUTH_MODE=plain SYMFONY__ENV__MAILER_USER=.... SYMFONY__ENV__MAILER_PASSWORD=.... ``` Unfortunately they don't work....

Deployments with IPv6 require forking the image or overwriting `nginx.conf`. When listening on `listen [::]:80;`, @pando85 reported in #189 that IPv4-only Docker installs do not work as Nginx is trying...

Hello :) Been trying out Wallabag as it looks amazing, thing is its not working. I use the recommended docker-compose file and that should ideally be it. That didn't work,...

The error is: ``` InvalidPrivsError: unable to parse the MySQL grant string: GRANT USAGE ON entrypoint.sh TO `wallabag`@`%` IDENTIFIED BY PASSWORD '[OMMITED]' ``` Which appears to be related to https://github.com/ansible/ansible/issues/51356....

Been working on this for an hour with no luck. I'm using unraid, and trying to set this up behind a reverse proxy (`linuxserver/letsencrypt`). I can get to a login...

I'm trying to set up the wallabag docker container on a Raspberry Pi 3 running Raspbian. I cloned the repository, built the image from the `Dockerfile` and exchanged the images...

Deploying using a dockerfile and seems when I traverse to /var/www/wallabag the web folder is missing. The latest from dockerhub does not have the web folder for me. I get...

This link for example will not add. It states that the connection was reset by the user. The docker has plenty of memory and other sites are able to be...

For larger exports to work until we get async exports, please set a longer timeout :)