Skip to content

Commit

Permalink
note about host.docker.internal (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi authored Jan 28, 2022
1 parent 9fac2c0 commit 5bacc57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ Allow requests from everywhere. Be careful, every client will use your login:

`px --proxy=proxyserver.com:80 --gateway`

NOTE: In Docker for Windows you need to set your proxy to `http://<your_ip>:3128`
(or actual port Px is listening to) and be aware of https://github.com/docker/for-win/issues/1380.
NOTE: In Docker for Windows you need to set your proxy to `http://host.docker.internal:3128` or `http://<your_ip>:3128`
(or actual port Px is listening to) in your containers and be aware of https://github.com/docker/for-win/issues/1380.

Workaround:

Expand Down

0 comments on commit 5bacc57

Please sign in to comment.