mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-01 23:04:15 +02:00
14 lines
350 B
Markdown
14 lines
350 B
Markdown
# Installation and Configuration
|
|
|
|
## Initial Database Setup
|
|
After the first setup, run the following command to initialize the Listmonk database:
|
|
```bash
|
|
docker compose run --rm application ./listmonk --install
|
|
```
|
|
|
|
## Start Services
|
|
|
|
Use the following command to start Listmonk services:
|
|
```bash
|
|
docker-compose -p listmonk up -d --force-recreate
|
|
``` |