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

This PR is fixing #124 by allowing to change when launching the container the memory_limit of PHP. It is providing the run-time option that was suggested by @djmaze in https://github.com/wallabag/docker/pull/125#issuecomment-430819486_...

At the end of the account creation process, activation link is not sent by email. Even if it's not a blocking issue as you can authenticate with your login/password, it...

### Environment * **Version**: 2.4.2 * **Installation**: Docker * **PHP version**: 7.3.27 * **OS**: Debian Buster * **Database**: Psql * **Parameters**: My app/config/parameters.yml is: ```parameters: database_driver: pdo_pgsql database_host: wallabag-db database_port:...

I'm using a Docker bridge to set an IP address to proxy through Caddyserver. Unfortunately, when connecting to wallabag.domain.com Wallabag returns a 302 redirect to the docker static IP. I...

I am unclear from the description what `POPULATE_DATABASE` is for. The documentation says "defaults to "True". Does the DB has to be populated or is it an existing one". I'm...

- I have installed the SQLite docker version of Wallabag. - I attach the `docker-compose.yml` file I am using (I convert it to a TXT file + and I obfuscate...

Tables fail to be created despite passing mysql root password variable. `2019/04/12 20:36:35 [error] 245#245: *1 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table...

I haven't been able to successfully run import from Pocket or Instapaper with redis. A few remarks- 1. I am using mariadb for database. 2. Without redis, import works. However,...

`500: Internal Server Error An exception occurred while executing 'INSERT INTO "wallabag_entry" (id, uid, title, url, hashed_url, origin_url, given_url, hashed_given_url, is_archived, archived_at, is_starred, content, created_at, updated_at, published_at, published_by, starred_at, mimetype,...