1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-29 18:21:24 +00:00
dockerfiles/urlwatch/README.md
2019-05-02 19:52:10 +08:00

17 lines
247 B
Markdown

urlwatch
========
[urlwatch][1] is a tool for monitoring webpages for updates.
## docker-compose.yml
```yaml
urlwatch:
image: vimagick/urlwatch
volumes:
- ./data:/root/.urlwatch
restart: always
```
[1]: https://thp.io/2008/urlwatch/