mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-30 09:16:41 +02:00
7 lines
168 B
YAML
7 lines
168 B
YAML
urlwatch:
|
|
image: vimagick/urlwatch
|
|
volumes:
|
|
- ./urlwatch/Makefile:/root/.urlwatch/Makefile
|
|
- ./urlwatch/urls.yml:/root/.urlwatch/urls.yml
|
|
restart: always
|