mirror of
https://github.com/acedanger/docker.git
synced 2025-12-05 21:40:12 -08:00
apprise config
This commit is contained in:
12
apprise/docker-compose.yml
Normal file
12
apprise/docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
services:
|
||||
apprise:
|
||||
image: caronc/apprise:latest
|
||||
container_name: apprise
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8000:8000
|
||||
volumes:
|
||||
- apprise_config:/config
|
||||
volumes:
|
||||
apprise_config:
|
||||
Reference in New Issue
Block a user