Skip to content

alibo/shadowrocket-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

shadowrocket-docker

Docker Build Status

A Docker image for ShadowsocksR (ShadowRocket, SSR)

Download from Docker Hub

docker pull alibo/shadowrocket-docker

Usage

docker run -d --restart=always \
  -e "SSR_PORT=443" \
  -e "SSR_PASSWORD=12345678" \
  -e "SSR_METHOD=chacha20-ietf" \
  -e "SSR_OBFS=http_post_compatible" \
  -p 443:443 \
  -p 443:443/udp \
  alibo/shadowrocket-docker

More information about options: https://github.com/shadowsocksr-rm/shadowsocks-rss/blob/master/ssr.md

Notice

Currently, you cannot change the protocol, you should set the protocol to auth_aes128_md5 in the client app.

Clients

Credits

License

MIT