Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 456 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 456 Bytes

Docker ImapSync

  1. Change env variables in imapsync.env with your credentials
    - HOST1=
    - USER1=
    - PASSWORD1=
    - OTHER1=       (for other arguments, e.g. --ssl1 --port1 993)
    - HOST2=
    - USER2=
    - PASSWORD2=
    - OTHER2=       (for other arguments, e.g. --ssl2 --port2 993)

  1. docker-compose up

The first run take a few minute, because docker image must build.