Updated image to wallabag 2.3.0

This commit is contained in:
Nicolas Lœuillet
2017-12-12 22:28:19 +01:00
parent 434b17cd8f
commit 7b68684720
5 changed files with 7 additions and 7 deletions

View File

@ -20,6 +20,7 @@
mailer_password: "{{ lookup('env', 'SYMFONY__ENV__MAILER_PASSWORD')|default('~', true) }}"
from_email: "{{ lookup('env', 'SYMFONY__ENV__FROM_EMAIL')|default('wallabag@example.com', true) }}"
registration: "{{ lookup('env', 'SYMFONY__ENV__FOSUSER_REGISTRATION')|default('true', true) }}"
domain_name: "{{ lookup('env', 'SYMFONY__ENV__DOMAIN_NAME')|default('https://your-wallabag-url-instance.com', true) }}"
tasks: