Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ardean authored Jun 6, 2024
1 parent 1bd691f commit a2cb5aa
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# MDADM Notifier
### Docker Image to send Software-RAID Events to Discord

Example Docker Compose file:

```yml
services:
mdadm-notifier:
container_name: mdadm-notifier
image: ghcr.io/ardean/mdadm-notifier:master
volumes:
- /dev/md/data:/dev/md0
environment:
- DISCORD_TOKEN=EDkwNzEzNDI3MzE0NjEwMTc3.ZUzzhQ.eIeMFlRV8KjQi784E-XXXXXX
- DISCORD_CHANNEL_ID=8007183393314XXXXX
privileged: true
restart: always
```

0 comments on commit a2cb5aa

Please sign in to comment.