Skip to content

Commit

Permalink
Fix nginx startup failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ellermister committed Jan 30, 2024
1 parent 69e0d7d commit 81c7307
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mtproxy-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@ echo "=================================================="
echo -e "Default port is \033[31m443\033[0m by docker started mtproxy!!!"
echo "=================================================="
cd /home/mtproxy
bash /home/mtproxy/mtproxy.sh daemon
{
bash /home/mtproxy/mtproxy.sh daemon
} &

0 comments on commit 81c7307

Please sign in to comment.