1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/urlwatch/docker-compose.yml

7 lines
168 B
YAML
Raw Normal View History

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