Skip to content

Commit 617c258

Browse files
committed
fix(docs): update quickstart command with volume
1 parent d481792 commit 617c258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ docker run -d \
102102
--name parse-dmarc \
103103
-p 8080:8080 \
104104
-v $(pwd)/config.json:/app/config.json \
105-
-v $(pwd)/data:/data \
105+
-v parse-dmarc-data:/data \
106106
ghcr.io/meysam81/parse-dmarc:v1
107107
```
108108

0 commit comments

Comments
 (0)