Installation and Configuration¶
Initial Database Setup¶
After the first setup, run the following command to initialize the Listmonk database:
docker compose run --rm application ./listmonk --install
Start Services¶
Use the following command to start Listmonk services:
docker-compose -p listmonk up -d --force-recreate