mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 08:50:11 -08:00
13 lines
211 B
YAML
13 lines
211 B
YAML
|
|
services:
|
|
apprise:
|
|
image: caronc/apprise:latest
|
|
container_name: apprise
|
|
restart: unless-stopped
|
|
ports:
|
|
- 8000:8000
|
|
volumes:
|
|
- apprise_config:/config
|
|
volumes:
|
|
apprise_config:
|