imap-download: add example fetchmail rc file
This commit is contained in:
parent
426e8cad23
commit
98cc0b0d80
1 changed files with 8 additions and 0 deletions
|
@ -16,6 +16,14 @@ COPY ./run.sh /srv/run.sh
|
||||||
VOLUME /mnt/fetchmailrc
|
VOLUME /mnt/fetchmailrc
|
||||||
VOLUME /mnt/output
|
VOLUME /mnt/output
|
||||||
|
|
||||||
|
# Example fetchmailrc file:
|
||||||
|
#
|
||||||
|
# poll starbeamrainbowlabs.com protocol IMAP
|
||||||
|
# user "user@example.com" with pass "PASSWORD_HERE"
|
||||||
|
# idle
|
||||||
|
# ssl
|
||||||
|
|
||||||
|
|
||||||
USER 10000:10000
|
USER 10000:10000
|
||||||
|
|
||||||
ENTRYPOINT [ "/srv/run.sh" ]
|
ENTRYPOINT [ "/srv/run.sh" ]
|
||||||
|
|
Loading…
Reference in a new issue