1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-12 11:15:04 +02:00
dockerfiles/urlwatch
2019-05-02 19:52:10 +08:00
..
data update urlwatch 2019-05-02 19:52:10 +08:00
docker-compose.yml update urlwatch 2019-05-02 19:52:10 +08:00
Dockerfile update urlwatch 2019-05-02 19:52:10 +08:00
README.md update urlwatch 2019-05-02 19:52:10 +08:00

urlwatch

urlwatch is a tool for monitoring webpages for updates.

docker-compose.yml

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