We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f449d commit fab5123Copy full SHA for fab5123
entrypoint.sh
@@ -4,4 +4,4 @@ if [ "$CERT_PEM" != "$KEY_PEM" ]; then
4
echo -e "$CERT_PEM" > cert.pem
5
echo -e "$KEY_PEM" > key.pem
6
fi
7
-./v2ray &
+nohup ./v2ray
0 commit comments