1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-16 11:37:34 +02:00
dockerfiles/urlwatch/docker-compose.yml

7 lines
168 B
YAML
Raw Normal View History

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