1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-03-03 15:02:13 +02:00
dockerfiles/urlwatch/README.md

17 lines
247 B
Markdown
Raw Normal View History

2015-07-07 15:44:11 +08:00
urlwatch
========
2015-07-07 17:06:08 +08:00
[urlwatch][1] is a tool for monitoring webpages for updates.
2015-07-07 16:04:30 +08:00
## docker-compose.yml
2019-05-02 19:34:00 +08:00
```yaml
2015-07-07 16:04:30 +08:00
urlwatch:
image: vimagick/urlwatch
volumes:
2019-05-02 19:34:00 +08:00
- ./data:/root/.urlwatch
2015-07-07 16:04:30 +08:00
restart: always
```
2019-05-02 19:34:00 +08:00
[1]: https://thp.io/2008/urlwatch/