base on https://github.com/mritd/dockerfile/tree/master/shadowsocks
602
using docker-compose
version: '2'
services:
ssclient:
image: hellojukay/shadowsocks:1.0.0
container_name: 'ssclient'
restart: always
ports:
- 1080:1080
environment:
SERVER: 'xxx'
PORT: xxx
LISTEN: 1080
METHOD: 'chacha20-ietf-poly1305'
PASSWD: 'q6Gsdfsdfx9sd'
Content type
Image
Digest
Size
17.3 MB
Last updated
over 7 years ago
docker pull hellojukay/shadowsocks