Aggiunto file docker compose
This commit is contained in:
14
ntfy/docker-compose.yml
Normal file
14
ntfy/docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
||||
services:
|
||||
ntfy:
|
||||
image: binwiederhier/ntfy:latest
|
||||
container_name: ntfy
|
||||
command:
|
||||
- serve
|
||||
environment:
|
||||
- TZ=CET # optional: set desired timezone
|
||||
volumes:
|
||||
- /var/cache/ntfy:/var/cache/ntfy
|
||||
- /etc/ntfy:/etc/ntfy
|
||||
ports:
|
||||
- 3003:80
|
||||
restart: unless-stopped
|
Reference in New Issue
Block a user