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

_From @Suncatcher on March 30, 2017 11:22_ ### Issue details I have several questions regarding this: 1. Does Wallabag image/container updated automatically? 2. If not, how can one update it...

Awaiting response

## Problem I am trying to run your docker container on my Unraid Server (which does not support IPv6). Please add an option to disable IPv6/expose the nginx settings. ##...

Hi! See https://github.com/wallabag/wallabag/issues/2877 for context. An article cannot be imported because the mysql encoding doesn't fit; I assume one needs to recreate the full database to change the encoding, so...

This had to be done manually from the container. It should either be scheduled within the container or kicked off by the application after the import. If the later solution...

With `test: ["CMD", "wget" ,"--no-verbose", "--tries=1", "--spider", "http://localhost/api/info"]`, same applies for previous healthcheck versions. With latest docker upgrade on Ubuntu LTS, localhost started defaulting to IPv6 within the container. This...

### Environment cat docker-compose.yml version: '3' services: wallabag: image: wallabag/wallabag:2.4.2 # 相当于docker pull wallabag/wallabag container_name: wallabag depends_on: - db - redis ports: - 12488:80 # environment: - MYSQL_ROOT_PASSWORD=wallaroot - SYMFONY__ENV__DATABASE_DRIVER=pdo_mysql...

Awaiting response

I downloaded image version 2.6.7 When I run the container, wallabag does not start up and the following error is in the log file: `Starting wallabag ... Waiting for database...

Awaiting response

Hello, After the last update `2.6.8`. I get the following error: ```bash wallabag | 2024/01/11 13:18:17 [emerg] 153#153: still could not bind() wallabag | nginx: [emerg] still could not bind()...

Awaiting response

Environment Version: docker wallabag/wallabag Installation: docker PHP version: Database: mysql Parameters: What steps will reproduce the bug? When I execute the following command as root on Alpine use docker-compsoe ```version:...

The healthcheck statement in the docker compose example fails, because mysqladmin is not included in the official mariadb container. https://mariadb.org/mariadb-server-docker-official-images-healthcheck-without-mysqladmin/ I think the new format should be ``` healthcheck: test:...