Skip to content

Commit

Permalink
Merge pull request #964 from wunter8/patch-5
Browse files Browse the repository at this point in the history
Update docker compose example
  • Loading branch information
binwiederhier authored Nov 27, 2023
2 parents 6e2f9a5 + a2b5615 commit 5876c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5876c92

Please sign in to comment.