ntfy/compose.yaml
2026-04-14 20:06:35 +02:00

11 lines
184 B
YAML

services:
ntfy:
image: binwiederhier/ntfy:latest
ports:
- "8085:80"
volumes:
- ntfy-cache:/var/cache/ntfy
restart: unless-stopped
volumes:
ntfy-cache: