Docker deployment solution of shadowsocks-rust
git clone https://github.com/CaKrome/shadowsocks-rust-docker.git
cp .env.sample .env
cp config.json.sample config.json
Now edit the .env
file and config.json
to the configuation you like. Note that both files must use the same port.
docker compose build
docker compose up -d