添加 iStore/ntfy/docker-compose.yaml

This commit is contained in:
kun
2026-07-28 10:37:59 +08:00
parent 86b521c381
commit 1c44b1bd01
+16
View File
@@ -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