Joey Hafner d100a6dbd5
Some checks are pending
SSH and echo to file / ssh (push) Waiting to run
revert 5f094a216410de84cfb71ce4c3e55492fdae7024
revert Rebase
2024-10-21 15:26:06 -07:00

12 lines
277 B
YAML

version: '3'
services:
socks5:
container_name: socks5-proxy_socks5-proxy
restart: always
image: serjs/go-socks5-proxy
environment:
PROXY_USER: 'fighter'
PROXY_PASSWORD: ${socks5_PROXY_PASSWORD}
PROXY_PORT: 1080
ports:
- "1080:1080"