From 9484d6f05e6e93475288f38dd81814b5f104a5c5 Mon Sep 17 00:00:00 2001 From: Johan Burati Date: Tue, 4 Oct 2022 15:15:49 +0900 Subject: [PATCH] Update README.md (#669) Add option to map volume for docker example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 189e55c..5e619f5 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ pip3 install -r requirements.txt docker pull soxoj/maigret # usage -docker run -it --rm soxoj/maigret:latest username +docker run -v /mydir:/app/reports soxoj/maigret:latest username --html # manual build docker build -t maigret .