Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 440 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 440 Bytes

docker-shadowsocks-libev

Shadowsocks libev image with obfs.

https://github.com/shadowsocks/shadowsocks-libev

Latest Version: v3.0.2

Useage:

version: '2'
services:
  shadowsocks:
    image: xiocode/shadowsocks-libev
    ports:
      - "10010:8388/tcp"
      - "10010:8388/udp"
    environment:
      - METHOD="chacha20"
      - PASSWORD="1234567890"
      - OBFS_OPTS="obfs=http;obfs-host=www.bing.com"
    restart: always