mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-17 02:21:59 +01:00
12 lines
296 B
Markdown
12 lines
296 B
Markdown
# Role Docker Listmonk
|
|
|
|
## Setup
|
|
Remember to run the installation script after the first setup, to initialize the Database
|
|
|
|
```bash
|
|
docker compose run --rm application ./listmonk --install
|
|
```
|
|
|
|
## Further Information
|
|
- https://listmonk.app/docs/installation/
|
|
- https://github.com/knadh/listmonk/ |