Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
b0b7994027 |
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ if [ -n "$INIT_FOLDER" ]; then
|
|||
docker_mounts+=(-v "$INIT_FOLDER":/root/init.d)
|
||||
fi
|
||||
|
||||
docker run --rm -it \
|
||||
docker run --rm \
|
||||
--hostname "$DOCKER_HOSTNAME" \
|
||||
-v "$DUPLICITY_CACHE_VOLUME":/root/.cache/duplicity \
|
||||
"${docker_mounts[@]}" \
|
||||
|
|
Loading…
Add table
Reference in a new issue