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

**Context** Per the Readme, SYMFONY__ENV__SERVER_NAME functions as a means to specify a user readable 2FA name. However this variable appears to have much larger implications. If malformed, CSS and other...

Hi, I'm using the docker version of wallabag and trying to get it working behind an nginx reverse proxy with the /wallabag path. I've found a few mentions of this...

The DB container started using the sample docker.composer file, des not start. Due to the use of mysqlping hin the healthceck, the command cannot run because it has not passowrd....

Related #77, #264. This PR changes the `nginx.conf `of wallabag-docker to enable fastcgi HTTPS especially in case of reverse-proxy settings. The idea is came from @blopware ['s workaround](https://github.com/wallabag/docker/issues/77#issuecomment-609423822) and https://serverfault.com/a/527809.

Size (uncompressed): Previous 573.1 MB / This PR 225.8 MB Container startup time is faster. Ansible and chown were slow Build time is 3 times faster. Less packages and TAR...

Here is my docker-compose.yml file for wallabag installation in Docker: ```yaml version: '3' services: app: image: wallabag/wallabag:latest restart: unless-stopped environment: - MYSQL_ROOT_PASSWORD=password1 - SYMFONY__ENV__DATABASE_DRIVER=pdo_mysql - SYMFONY__ENV__DATABASE_HOST=db - SYMFONY__ENV__DATABASE_PORT=3306 - SYMFONY__ENV__DATABASE_NAME=wallabag...

Basically it never survived the reboot. I got one run and that was one hell to setup. I'm using docker compose with Postgres and redis. My Wallabag container basically just...

Using the latest Docker image (2.4.1) on a clean instance, the database tables on the Postgres server is not initialized. ``` SYMFONY__ENV__DATABASE_DRIVER=pdo_pgsql SYMFONY__ENV__DATABASE_HOST=10.133.7.10 SYMFONY__ENV__DATABASE_PORT=1337 SYMFONY__ENV__DATABASE_USER=wallabag SYMFONY__ENV__DATABASE_NAME=wallabag SYMFONY__ENV__DATABASE_PASSWORD=hunter42 SYMFONY__ENV__DOMAIN_NAME=https://read.domain.tld POPULATE_DATABASE=true ```...

Ok so I'm trying to install Wallabag and use MySql as a DB. The provisioner has failed every time, so I exec into the container and run `php /var/www/wallabag/bin/console wallabag:install...

The notion here is WB's docker setup is a touch more involved than your garden variety dockerized app. That's all well and good but most folks coming here to mess...