Docker image for snell-server
Note
Version 4 isn't compatible with version 3 clients
All available versions are listed in tags.
docker run -e PSK=<your_psk_here> -p <your_host_port_here>:9102 --restart unless-stopped -d geekdada/snell-server:latest
If you want to use the service as a Surge Ponte relay server, exposing all ports is recommended:
docker run -e PSK=<your_psk_here> --name snell-v4 --restart unless-stopped --network host -d geekdada/snell-server:latest
Run with shadow-tls
Use docker-compose.yml
to run snell-server with shadow-tls. Please change the environment variables in docker-compose.yml
to your own.