mirror of
https://github.com/Neur0toxine/shadowsocks-v2ray-wss.git
synced 2024-11-21 12:26:05 +03:00
Preconfigured Shadowsocks with V2Ray via WebSocket & TLS v1.3
config | ||
.env.dist | ||
.gitignore | ||
docker-compose.yml | ||
Dockerfile | ||
entrypoint.sh | ||
README.md |
Shadowsocks + V2Ray in Docker
Preconfigured solution for running Shadowsocks proxy with V2Ray inside Docker container. You'll need a working domain for this solution.
Usage:
- Copy
.env.dist
to.env
- Replace demo values with your own (especially password).
- Add your domain certificate to the
cert.pem
file. - Add your domain private key to the
cert.key
file. - Generate dhparams.pem using command
openssl dhparam -out "${TLS_DHPARAM}" 4096
or just remove like- ./dhparams.pem:${TLS_DHPARAM}
from thedocker-compose.yml
. - Run
docker-compose up -d
.