1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-10 04:19:24 +02:00
dockerfiles/urlwatch/docker-compose.yml

7 lines
164 B
YAML
Raw Normal View History

2021-01-20 02:51:16 +02:00
services:
urlwatch:
image: vimagick/urlwatch
volumes:
- ./data:/root/.urlwatch
- ./data/crontab:/etc/crontabs/root
restart: unless-stopped