listmonk
listmonk is a standalone, self-hosted, newsletter and mailing list manager.
Getting Started
- Create a folder and move to the folder
mkdir listmonk cd listmonk
- Run the following command to download the docker-compose.yml file
curl -LO https://github.com/knadh/listmonk/raw/master/docker-compose.yml
- Run the following command to start the container
docker compose up -d
- Open the browser and go to http://localhost:9000 to access the Listmonk.