Skip to content

Commit d21d9c6

Browse files
authored
Merge pull request #355 from wallabag/update-readme
Update README
2 parents 3538a3c + 886535f commit d21d9c6

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FROM alpine:3.18
99

1010
COPY --from=builder /go/bin/envsubst /usr/bin/envsubst
1111

12-
ARG WALLABAG_VERSION=master
12+
ARG WALLABAG_VERSION=2.6.2
1313

1414
RUN set -ex \
1515
&& apk add --no-cache \

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)