Sign inSign up

hellojukay/shadowsocks

By hellojukay

•Updated over 7 years ago

base on https://github.com/mritd/dockerfile/tree/master/shadowsocks

Image
2

602

hellojukay/shadowsocks repository overview

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'

Tag summary

Content type

Image

Digest

Size

17.3 MB

Last updated

over 7 years ago

docker pull hellojukay/shadowsocks