mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-24 20:29:21 +01:00
Update docker compose example
Noticed that this wasn't consistent with the other paths
This commit is contained in:
parent
6e2f9a5bdd
commit
a2b56154a7
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ using Docker Compose (i.e. `docker-compose.yml`):
|
|||
NTFY_UPSTREAM_BASE_URL: https://ntfy.sh
|
||||
NTFY_WEB_PUSH_PUBLIC_KEY: <public_key>
|
||||
NTFY_WEB_PUSH_PRIVATE_KEY: <private_key>
|
||||
NTFY_WEB_PUSH_FILE: /etc/ntfy/webpush.db
|
||||
NTFY_WEB_PUSH_FILE: /var/lib/ntfy/webpush.db
|
||||
NTFY_WEB_PUSH_EMAIL_ADDRESS: <email>
|
||||
volumes:
|
||||
- ./:/var/lib/ntfy
|
||||
|
|
Loading…
Reference in a new issue