Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 524 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 524 Bytes

Autodiscover

IMAP/SMTP autodiscover for email clients.

Usage

Copy the contents of the .env.example file in this repository to a new file called .env, and replace the values with your own. Next up, create a docker-compose.yml file with the following content:

services:
  autodiscover:
    image: ghcr.io/wardpieters/autodiscover:latest
    ports:
      - "8000:80"
    env_file:
      - .env

Run docker-compose up -d to start the service. The autodiscover service will be available on port 8000.