1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 09:46:27 +00:00

Merge pull request #95 from wallabag/nicosomb-patch-1

wallabag 2.3.1
This commit is contained in:
Nicolas Lœuillet
2017-12-26 22:23:26 +01:00
committed by GitHub
3 changed files with 3 additions and 1 deletions

View File

@@ -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 \

View File

@@ -9,6 +9,7 @@ parameters:
database_table_prefix: wallabag_
database_socket: null
database_charset: {{ database_charset }}
database_driver_class: null
domain_name: {{ domain_name }}

View File

@@ -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