Update README.md (#669)

Add option to map volume for docker example
This commit is contained in:
Johan Burati
2022-10-04 15:15:49 +09:00
committed by GitHub
parent 06f94cd476
commit 9484d6f05e
+1 -1
View File
@@ -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 .