Created
March 25, 2023 15:13
-
-
Save heysamtexas/7eabc20f7c8526c1b7eae338770a6f15 to your computer and use it in GitHub Desktop.
A simple socks5 proxy in docker-compose format
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' | |
services: | |
socks5: | |
image: serjs/go-socks5-proxy | |
container_name: socks5 | |
restart: always | |
ports: | |
- 1080:1080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment