renovate: add persistent volume for base (and therefore cache) dir
This commit is contained in:
parent
d0d517d97d
commit
8f612d1d9c
1 changed files with 2 additions and 0 deletions
|
|
@ -7,4 +7,6 @@ Wants=network-online.target
|
|||
Type=oneshot
|
||||
ExecStart=/usr/bin/docker run --rm \
|
||||
-v "/etc/renovate/config.js:/usr/src/app/config.js" \
|
||||
--mount "type=volume,src=renovate,dst=/tmp/renovate" \
|
||||
--env "RENOVATE_BASE_DIR=/tmp/renovate" \
|
||||
renovate/renovate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue