Skip to content
This repository was archived by the owner on Feb 19, 2021. It is now read-only.

Commit d5876cc

Browse files
committed
Clean up the text a bit
1 parent 6235edf commit d5876cc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docker-compose.env.example

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,17 @@ PAPERLESS_PASSPHRASE=CHANGE_ME
2121
# These values are required if you want paperless to check a particular email
2222
# box every 10 minutes and attempt to consume documents from there. If you
2323
# don't define a HOST, mail checking will just be disabled.
24-
# don't use quotes after = or it will crash your docker
24+
# Don't use quotes after = or it will crash your docker
2525
# PAPERLESS_CONSUME_MAIL_HOST=
2626
# PAPERLESS_CONSUME_MAIL_PORT=
2727
# PAPERLESS_CONSUME_MAIL_USER=
2828
# PAPERLESS_CONSUME_MAIL_PASS=
2929

30-
# Override the default IMAP inbox here. If not set Paperless defaults to
30+
# Override the default IMAP inbox here. If it's not set, Paperless defaults to
3131
# INBOX.
3232
# PAPERLESS_CONSUME_MAIL_INBOX=INBOX
3333

3434
# Any email sent to the target account that does not contain this text will be
35-
# ignored.
35+
# ignored. Mail checking won't work without this.
3636
# PAPERLESS_EMAIL_SECRET=
37+

0 commit comments

Comments
 (0)