From 1c44b1bd01b1bc1d1e5bb74786113a6b64d070a8 Mon Sep 17 00:00:00 2001 From: kun Date: Tue, 28 Jul 2026 10:37:59 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20iStore/ntfy/docker-com?= =?UTF-8?q?pose.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iStore/ntfy/docker-compose.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 iStore/ntfy/docker-compose.yaml diff --git a/iStore/ntfy/docker-compose.yaml b/iStore/ntfy/docker-compose.yaml new file mode 100644 index 0000000..c5886a2 --- /dev/null +++ b/iStore/ntfy/docker-compose.yaml @@ -0,0 +1,16 @@ +services: + ntfy: + image: binwiederhier/ntfy:latest + container_name: ntfy + restart: unless-stopped + + ports: + - "80:80" + + volumes: + - ./ntfy:/var/cache/ntfy + + command: + - serve + - --cache-file + - /var/cache/ntfy/cache.db \ No newline at end of file From 65560489e0ba8ed9e916955cb604e61326fd47d9 Mon Sep 17 00:00:00 2001 From: kun Date: Tue, 28 Jul 2026 10:38:41 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20iStore/ntfy/docker-com?= =?UTF-8?q?pose.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iStore/ntfy/docker-compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iStore/ntfy/docker-compose.yaml b/iStore/ntfy/docker-compose.yaml index c5886a2..832df3c 100644 --- a/iStore/ntfy/docker-compose.yaml +++ b/iStore/ntfy/docker-compose.yaml @@ -8,7 +8,8 @@ services: - "80:80" volumes: - - ./ntfy:/var/cache/ntfy + # 本地卷宗挂载 + - /mnt/sata2-4/docker_data/ntfy:/var/cache/ntfy command: - serve From ee68435e4c7fff1e64df4ef47d8c341bbd69004c Mon Sep 17 00:00:00 2001 From: kun Date: Tue, 28 Jul 2026 10:39:39 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20iStore/ntfy/docker-com?= =?UTF-8?q?pose.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iStore/ntfy/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iStore/ntfy/docker-compose.yaml b/iStore/ntfy/docker-compose.yaml index 832df3c..f769656 100644 --- a/iStore/ntfy/docker-compose.yaml +++ b/iStore/ntfy/docker-compose.yaml @@ -5,7 +5,7 @@ services: restart: unless-stopped ports: - - "80:80" + - "1600:80" volumes: # 本地卷宗挂载 From c61747004bd5a204b6b53fc412264051b37785cf Mon Sep 17 00:00:00 2001 From: kun Date: Tue, 28 Jul 2026 10:52:06 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E3=80=8CiStore/ntfy=E3=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iStore/ntfy/docker-compose.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 iStore/ntfy/docker-compose.yaml diff --git a/iStore/ntfy/docker-compose.yaml b/iStore/ntfy/docker-compose.yaml deleted file mode 100644 index f769656..0000000 --- a/iStore/ntfy/docker-compose.yaml +++ /dev/null @@ -1,17 +0,0 @@ -services: - ntfy: - image: binwiederhier/ntfy:latest - container_name: ntfy - restart: unless-stopped - - ports: - - "1600:80" - - volumes: - # 本地卷宗挂载 - - /mnt/sata2-4/docker_data/ntfy:/var/cache/ntfy - - command: - - serve - - --cache-file - - /var/cache/ntfy/cache.db \ No newline at end of file