File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ FROM alpine:3.18
99
1010COPY --from=builder /go/bin/envsubst /usr/bin/envsubst
1111
12- ARG WALLABAG_VERSION=master
12+ ARG WALLABAG_VERSION=2.6.2
1313
1414RUN set -ex \
1515 && apk add --no-cache \
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ Default login is `wallabag:wallabag`.
2929- ` -e SYMFONY__ENV__LOCALE=... ` (default to en)
3030- ` -e SYMFONY__ENV__MAILER_DSN=... ` (defaults to "smtp://127.0.0.1")
3131- ` -e SYMFONY__ENV__FROM_EMAIL=... ` (defaults to "` wallabag@example.com ` ", the address wallabag uses for outgoing emails)
32- - ` -e SYMFONY__ENV__TWOFACTOR_AUTH=... ` (defaults to "true", enable or disable two-factor authentication)
3332- ` -e SYMFONY__ENV__TWOFACTOR_SENDER=... ` (defaults to "` no-reply@wallabag.org ` ", the address wallabag uses for two-factor emails)
3433- ` -e SYMFONY__ENV__FOSUSER_REGISTRATION=... ` (defaults to "true", enable or disable public user registration)
3534- ` -e SYMFONY__ENV__FOSUSER_CONFIRMATION=... ` (defaults to "true", enable or disable registration confirmation)
You can’t perform that action at this time.
0 commit comments