Skip to content

Commit

Permalink
feat: Start container detached
Browse files Browse the repository at this point in the history
  • Loading branch information
mfloto authored Sep 16, 2024
1 parent d5a0b77 commit b3c10b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Sends a discord-notification when ever new grades are available on ```dualis.dhb

## usage
```bash
docker run -e DUALIS_USER="your_username" -e DUALIS_PASSWD="your_password" -e SEMESTER_ID="your_semester" -e DISCORD_WEBHOOK="your_webhook" mfloto/dualis-notifier:latest
docker run -d -e DUALIS_USER="your_username" -e DUALIS_PASSWD="your_password" -e SEMESTER_ID="your_semester" -e DISCORD_WEBHOOK="your_webhook" mfloto/dualis-notifier:latest
```

## configuration
Expand Down

0 comments on commit b3c10b9

Please sign in to comment.