소스 검색

Update docker compose example

Noticed that this wasn't consistent with the other paths
wunter8 2 년 전
부모
커밋
a2b56154a7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/config.md

+ 1 - 1
docs/config.md

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