Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
feat: readme update volume docker option
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Filipovsky committed Oct 14, 2022
1 parent c3f2572 commit 5b6740a
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 @@ -11,7 +11,7 @@
### Docker image

```bash
TELEGRAM_TOKEN=your-token APP_ENV=prod INTERVAL=5 docker run -d --name=sscomnotifierbot vfilipovsky/sscomnotifierbot
TELEGRAM_TOKEN=your-token APP_ENV=prod INTERVAL=5 docker run -d --name=sscomnotifierbot -v sscomnotifierbot_vol:/usr/src/app vfilipovsky/sscomnotifierbot
```

### Usage
Expand Down

0 comments on commit 5b6740a

Please sign in to comment.