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 69e0d7d commit 81c7307Copy full SHA for 81c7307
mtproxy-entrypoint.sh
@@ -53,4 +53,6 @@ echo "=================================================="
53
echo -e "Default port is \033[31m443\033[0m by docker started mtproxy!!!"
54
echo "=================================================="
55
cd /home/mtproxy
56
-bash /home/mtproxy/mtproxy.sh daemon
+{
57
+ bash /home/mtproxy/mtproxy.sh daemon
58
+} &
0 commit comments