Przeglądaj źródła

fix: nginx-ui may not start in docker #63

0xJacky 2 lat temu
rodzic
commit
61613ee23d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      resources/docker/start.sh

+ 1 - 1
resources/docker/start.sh

@@ -6,5 +6,5 @@ if [ "$(ls -A /etc/nginx)" = "" ]; then
     echo "Initialed Nginx config dir"
 fi
 
-nginx
+nginx &
 /app/nginx-ui --config /etc/nginx-ui/app.ini