mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
7 lines
164 B
YAML
7 lines
164 B
YAML
services:
|
|
urlwatch:
|
|
image: vimagick/urlwatch
|
|
volumes:
|
|
- ./data:/root/.urlwatch
|
|
- ./data/crontab:/etc/crontabs/root
|
|
restart: unless-stopped |