ntfy/docker-compose.yml

15 lines
250 B
YAML
Raw Normal View History

2022-06-02 11:49:08 +12:00
version: "2.1"
services:
ntfy:
image: binwiederhier/ntfy
container_name: ntfy
command:
- serve
volumes:
- /var/cache/ntfy:/var/cache/ntfy
- /etc/ntfy:/etc/ntfy
ports:
- 80:80
restart: unless-stopped