mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-03-03 15:02:13 +02:00
247 B
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