Docker image for snell-server
Note
Version 4 isn't compatible with version 3 clients
All available versions are listed in tags.
Environment variable PORT is optional, port number 9102 will be used if PORT is absent.
docker run -e PSK=<your_psk_here> -e PORT=9102 -p <your_host_port_here>:9102 --restart unless-stopped -d geekdada/snell-server:latestIf 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 --restart unless-stopped --network host -d geekdada/snell-server:latestRun 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.