Skip to content

Commit 81c7307

Browse files
committed
Fix nginx startup failure
1 parent 69e0d7d commit 81c7307

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mtproxy-entrypoint.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,6 @@ echo "=================================================="
5353
echo -e "Default port is \033[31m443\033[0m by docker started mtproxy!!!"
5454
echo "=================================================="
5555
cd /home/mtproxy
56-
bash /home/mtproxy/mtproxy.sh daemon
56+
{
57+
bash /home/mtproxy/mtproxy.sh daemon
58+
} &

0 commit comments

Comments
 (0)