Skip to content

Instantly share code, notes, and snippets.

@hu553in
Created March 18, 2024 07:50
Show Gist options
  • Save hu553in/ca424f3525b3eca2df97b1f4fd444ecc to your computer and use it in GitHub Desktop.
Save hu553in/ca424f3525b3eca2df97b1f4fd444ecc to your computer and use it in GitHub Desktop.
Dockerize go-socks5-proxy
version: '3.6'
services:
tinyproxy:
image: serjs/go-socks5-proxy
restart: unless-stopped
ports:
- 8888:1080
environment:
PROXY_USER: awesome_user
PROXY_PASSWORD: awesome_password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment