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

247 B

urlwatch

urlwatch is a tool for monitoring webpages for updates.

docker-compose.yml

urlwatch:
  image: vimagick/urlwatch
  volumes:
    - ./data:/root/.urlwatch
  restart: always