11 lines
184 B
YAML
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:
|