Explorar el Código

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

0xJacky hace 2 años
padre
commit
61613ee23d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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