添加 iStore/ntfy/docker-compose.yaml
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user