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