Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Corrected volume path for cntlm.conf
  • Loading branch information
chs8691 authored Feb 11, 2021
1 parent ffa9bea commit b263bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ If you want to use an existing `cntlm.conf` you can mount it directly by setting
docker run --restart always --name cntlm \
-e "CUSTOM_CONFIG=true" \
-p 3128:3128 \
-v /path/to/cntlm.conf:/etc/cntlm.conf \
-v /etc/cntlm.conf:/path/to/your/cntlm.conf \
robertdebock/docker-cntlm
```

Expand Down

0 comments on commit b263bf7

Please sign in to comment.