Skip to content

Commit

Permalink
Merge pull request #95 from wallabag/nicosomb-patch-1
Browse files Browse the repository at this point in the history
wallabag 2.3.1
  • Loading branch information
nicosomb committed Dec 26, 2017
2 parents 51e3b62 + ae7aefe commit bf0316b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:edge

LABEL maintainer "Marvin Steadfast <marvin@xsteadfastx.org>"

ARG WALLABAG_VERSION=2.3.0
ARG WALLABAG_VERSION=2.3.1

RUN set -ex \
&& apk update \
Expand Down
1 change: 1 addition & 0 deletions root/etc/ansible/templates/parameters.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ parameters:
database_table_prefix: wallabag_
database_socket: null
database_charset: {{ database_charset }}
database_driver_class: null

domain_name: {{ domain_name }}

Expand Down
1 change: 1 addition & 0 deletions root/var/www/wallabag/app/config/parameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ parameters:
database_table_prefix: wallabag_
database_socket: null
database_charset: utf8
database_driver_class: null

domain_name: https://your-wallabag-url-instance.com

Expand Down

0 comments on commit bf0316b

Please sign in to comment.