Skip to content

Commit

Permalink
updated to work with Apprise v1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Mar 9, 2024
1 parent 00d5751 commit 6e29103
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ docker build -t apprise/local:latest -f Dockerfile .
# Launch your instance
docker run --name apprise \
-p 8000:8000 \
-e APPRISE_WORKER_COUNT=1 \
-d apprise/local:latest
```
A `docker-compose.yml` file is already set up to grant you an instant production ready simulated environment:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# apprise @ git+https://github.com/caronc/apprise@custom-tag-or-version

## 3. The below grabs our stable version (generally the best choice):
apprise == 1.7.3
apprise == 1.7.4

## Apprise API Minimum Requirements
django
Expand Down

0 comments on commit 6e29103

Please sign in to comment.