Skip to content

Commit

Permalink
Merge pull request #15 from chs8691/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
robertdebock authored Feb 12, 2021
2 parents ffa9bea + b263bf7 commit 8cdbb6f
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 8cdbb6f

Please sign in to comment.