1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00

update urlwatch

This commit is contained in:
kev 2021-01-22 18:05:46 +08:00
parent a8766bd193
commit 059af0a064
2 changed files with 2 additions and 4 deletions

@ -38,5 +38,3 @@ VOLUME /root/.urlwatch
WORKDIR /root/.urlwatch
CMD ["crond", "-f", "-L", "/dev/stdout"]
VOLUME /etc/crontabs/root

@ -68,6 +68,6 @@ urlwatch:
image: vimagick/urlwatch
volumes:
- ./data:/root/.urlwatch
- ./crontabs/root:/etc/crontabs/root
- ./data/crontab:/etc/crontabs/root
restart: unless-stopped
```
```