mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-04-21 12:07:00 +02:00
update urlwatch
This commit is contained in:
parent
a8766bd193
commit
059af0a064
@ -38,5 +38,3 @@ VOLUME /root/.urlwatch
|
|||||||
WORKDIR /root/.urlwatch
|
WORKDIR /root/.urlwatch
|
||||||
|
|
||||||
CMD ["crond", "-f", "-L", "/dev/stdout"]
|
CMD ["crond", "-f", "-L", "/dev/stdout"]
|
||||||
|
|
||||||
VOLUME /etc/crontabs/root
|
|
@ -68,6 +68,6 @@ urlwatch:
|
|||||||
image: vimagick/urlwatch
|
image: vimagick/urlwatch
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/root/.urlwatch
|
- ./data:/root/.urlwatch
|
||||||
- ./crontabs/root:/etc/crontabs/root
|
- ./data/crontab:/etc/crontabs/root
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
Loading…
x
Reference in New Issue
Block a user