Update docker compose example

Noticed that this wasn't consistent with the other paths
This commit is contained in:
wunter8 2023-11-27 06:33:33 -07:00 committed by GitHub
parent 6e2f9a5bdd
commit a2b56154a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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