Selaa lähdekoodia

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

0xJacky 2 vuotta sitten
vanhempi
commit
61613ee23d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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