updated to work with Apprise v1.7.4

This commit is contained in:
Chris Caron 2024-03-09 17:14:38 -05:00
parent 00d575186b
commit 6e29103046
2 changed files with 2 additions and 1 deletions

View File

@ -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:

View File

@ -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