diff --git a/Dockerfile b/Dockerfile index 0936735..e83848c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ RUN apk --no-cache add \ RUN pip install --no-cache-dir \ borgmatic==1.5.10 -CMD ["borgmatic"] +CMD ["borgmatic", "--verbosity", "1"]