1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-28 05:36:15 +02:00
dockerfiles/urlwatch/docker-compose.yml

7 lines
168 B
YAML
Raw Normal View History

2015-07-07 17:06:08 +08:00
urlwatch:
image: vimagick/urlwatch
volumes:
2015-09-02 11:52:53 +08:00
- ./urlwatch/Makefile:/root/.urlwatch/Makefile
- ./urlwatch/urls.yml:/root/.urlwatch/urls.yml
2015-07-07 17:06:08 +08:00
restart: always