listmonk logo

listmonk

listmonk is a standalone, self-hosted, newsletter and mailing list manager.

Getting Started

  1. Create a folder and move to the folder
    mkdir listmonk
    cd listmonk
    
  2. Run the following command to download the docker-compose.yml file
    curl -LO https://github.com/knadh/listmonk/raw/master/docker-compose.yml
    
  3. Run the following command to start the container
    docker compose up -d
    
  4. Open the browser and go to http://localhost:9000 to access the Listmonk.