setup configs via https://shadowsocks.org/doc/configs.html
docker compose example:
services:
socks5:
image: alektron/socks5:latest
container_name: socks5_proxy
environment:
- SOCKS_MODE=local
volumes:
- ./config.json:/config/config.json:ro
ports:
- "1080:1080"
restart: unless-stopped
SOCKS_MODE can be:
Content type
Image
Digest
sha256:70faa5e19…
Size
17.9 MB
Last updated
6 days ago
docker pull alektron/socks5