A backup image to start ssserver
2.6K
A backup image to start ssserver
Build via Docker Compose, Source Repo: shadowsocks-rust.
There is a solution to deploy local and server to the local machine at the same time, located in the branch proxy_local
Clone this repo.
git clone https://github.com/WilliamPeterMatthew/sslocal-manager-alpine.git -b ssserver-rust
Modify .ssconfig.json file like this.
{
"server": "0.0.0.0",
"server_port": 8388,
"password": "Password",
"timeout": 300,
"method": "aes-256-gcm",
"mode": "tcp_only"
}
Modify or keep the ports in docker-compose.yml file (use docker-compose-prebuild.yml file if you want to use a pre-build version of the image instead of building locally) .
Run the project by executing the following command in the directory.
docker-compose up -d
You can also use a pre-built version of the image instead of building locally.
docker-compose -f docker-compose-prebuild.yml up -d
Now you can access the server on the port you set in Step 2.
Content type
Image
Digest
sha256:101acc683…
Size
14.8 MB
Last updated
7 months ago
docker pull petermatthew/ssserver-rust