Preconfigured Shadowsocks with V2Ray via WebSocket & TLS v1.3
Go to file
2021-06-18 18:17:13 +03:00
config Initial commit 2021-06-18 18:17:13 +03:00
.env.dist Initial commit 2021-06-18 18:17:13 +03:00
.gitignore Initial commit 2021-06-18 18:17:13 +03:00
docker-compose.yml Initial commit 2021-06-18 18:17:13 +03:00
Dockerfile Initial commit 2021-06-18 18:17:13 +03:00
entrypoint.sh Initial commit 2021-06-18 18:17:13 +03:00
README.md Initial commit 2021-06-18 18:17:13 +03:00

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:

  1. Copy .env.dist to .env
  2. Replace demo values with your own (especially password).
  3. Add your domain certificate to the cert.pem file.
  4. Add your domain private key to the cert.key file.
  5. Generate dhparams.pem using command openssl dhparam -out "${TLS_DHPARAM}" 4096 or just remove like - ./dhparams.pem:${TLS_DHPARAM} from the docker-compose.yml.
  6. Run docker-compose up -d.