alertbot/docker-compose.yml
2021-04-01 16:17:54 +02:00

12 lines
181 B
YAML

---
version: '3'
services:
alertbot:
image: alertbot
restart: always
volumes:
- ./config.yaml:/var/www/alertbot/config.yaml:ro
ports:
- 8080:8080
...