docker icon indicating copy to clipboard operation
docker copied to clipboard

Official docker-composer for wallabag.

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

In a new deployment of wallabag-docker-service on a raspberry pi I'm getting an error 500 when trying to fetch some sites: ``` [2025-09-06T10:18:46.780809+00:00] graby.INFO: Cached site config with key: viajeroscallejeros.com.merged...

Hello, I’ve been experimenting with running Wallabag on my personal server and got it almost working — I can reach the Wallabag login page at a prefixed URL: https://domain.com/wallabag/login The...

I've copied the [docker compose example](https://github.com/wallabag/docker/blob/master/README.md#docker-compose) but can't use the default credentials, user: `wallabag` password: `wallabag` to log-in. **Browser Traffic** POST to `http://192.168.11.14/login_check` returns a 302. And the next request...

Awaiting response

When I try to create a podman container of wallabag, using quadlets, the creation of the container quickly fails with `unable to open database file` I tried setting the database...

### Describe the bug When running `docker-compose up` for the first time using the default `docker-compose.yml`, the `wallabag` container enters a restart loop and never becomes healthy. ### To Reproduce...

Hi all, New install and getting the following error: ``` 2025-07-18 15:51:15+10:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:11.8.2+maria~ubu2404 started. 2025-07-18 15:51:15+10:00 [Warn] [Entrypoint]: /sys/fs/cgroup///memory.pressure not writable, functionality unavailable...

Awaiting response

I am working on deploying a wallabag behind reverse proxy. wallabag container adderss: `http://127.0.0.1:5555`, reverse proxy domain: `https://wallabag.a.com:6666`, Wallabag configure: `- SYMFONY__ENV__DOMAIN_NAME=https://wallabag.a.com:6666` When visiting “https://wallabag.a.com:6666”,the server redirected to "https://wallabag.a.com/login“,miss the...