mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-03-31 14:24:16 +02:00
350 B
350 B
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