From c61747004bd5a204b6b53fc412264051b37785cf Mon Sep 17 00:00:00 2001 From: kun Date: Tue, 28 Jul 2026 10:52:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=9B=AE=E5=BD=95=E3=80=8CiS?= =?UTF-8?q?tore/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