1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-08-20 18:23:50 +02:00
ntfy/docker-compose.yml
2022-06-01 16:49:08 -07:00

15 lines
250 B
YAML

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