Skip to content

Commit

Permalink
Update docker compose example
Browse files Browse the repository at this point in the history
Noticed that this wasn't consistent with the other paths
  • Loading branch information
wunter8 authored Nov 27, 2023
1 parent 6e2f9a5 commit a2b5615
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 a2b5615

Please sign in to comment.