Created
March 18, 2024 07:50
-
-
Save hu553in/ca424f3525b3eca2df97b1f4fd444ecc to your computer and use it in GitHub Desktop.
Dockerize go-socks5-proxy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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