mirror of
https://github.com/caronc/apprise-api.git
synced 2024-12-04 14:03:16 +01:00
updated to work with Apprise v1.7.4
This commit is contained in:
parent
00d575186b
commit
6e29103046
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user