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

Hello I'm a new Wallabag user and I just took example from [this](https://github.com/wallabag/docker/blob/master/tests/docker-compose.sqlite.yml) docker compose file to set up Wallabag with sqlite database. Since in my use case I'll be...

### Environment * **Version**: docker wallabag/wallabag:2.5.4 * **Installation**: docker * **PHP version**: * **OS**: alpine 3.17.0 root * **Database**: sqlite * **Parameters**: ### What steps will reproduce the bug? When...

Hi there, I've used the provided docker compose and after deployment I have logged in with wallabag:wallabag and created a new account and disabled the wallabag:wallabag, I have configured my...

I use wallabag in docker. After an recent update the connection to the existing and before used postgresql database can't be established any more. The error message is just "database...

When I click `CONNECT TO POCKET AND IMPORT DATA`, ![image](https://user-images.githubusercontent.com/49473463/222033996-4ef0e35b-f85b-4ac6-92d5-9f02aaa2af55.png) it goes to the following site: ![image](https://user-images.githubusercontent.com/49473463/222032978-3aac8276-e1d6-4b32-a130-05e42e5704a8.png) My wallabag can't be accessed with ip:port. How can I get a proper...

Hi everyone. I'm looking forward to install wallabag using docker. The thing is: I already have a postgresql running container which I use for development. The env variables of the...

Hello. 'm attempting to install a Wallabag Docker container on an Almalinux 8 system that already has a MariaDB 10.5 container running smoothly with other internal network services. However, I...

I'm new at docker and I am trying to get my own instance of Wallabag running. I used Docker Compose to deploy the container but the web GUI is not...

I'm using an external mariadb and trying to mount its socket file into docker. I found there is a `database_socket` parameter in https://doc.wallabag.org/en/admin/parameters.html#database-parameters. But when I try to add environment:...

Hi, I installed a docker instance of wallabag and I changed the volume to point to a folder in my home directory. The command used is : docker run -v...