Skip to content

Instantly share code, notes, and snippets.

@jrussellsmyth
Created October 10, 2024 15:27
Show Gist options
  • Select an option

  • Save jrussellsmyth/866638e10593d96b9e9212dc720a28e1 to your computer and use it in GitHub Desktop.

Select an option

Save jrussellsmyth/866638e10593d96b9e9212dc720a28e1 to your computer and use it in GitHub Desktop.
docker compose service to allow connecting brower to behave as if it is in the compose
socks-proxy:
image: serjs/go-socks5-proxy
environment:
# - PROXY_USER=vscode
# - PROXY_PASSWORD=vscode
- PROXY_PORT=9090
ports:
- 9090:9090
#
# to run chrome on mac against the proxy
# open -n -a "Google Chrome" --args --user-data-dir="/Users/{username}/browser-profiles/{profilename}" --proxy-server="socks5://localhost:9090" --disable-http2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment