binary1ne commited on
Commit
576b710
·
verified ·
1 Parent(s): e943bd5

Update supervisord.conf

Browse files
Files changed (1) hide show
  1. supervisord.conf +1 -1
supervisord.conf CHANGED
@@ -39,7 +39,7 @@ startsecs=3
39
  depends_on=x11vnc
40
 
41
  [program:webui]
42
- command=/home/user/miniconda/envs/webui/bin/python webui.py --ip 0.0.0.0 --port 7860
43
  ; ✅ Fix wrong directory (/app -> /web-ui)
44
  directory=/web-ui
45
  autorestart=true
 
39
  depends_on=x11vnc
40
 
41
  [program:webui]
42
+ command=/home/user/miniconda/envs/webui/bin/python webui_with_vnc.py --ip 0.0.0.0 --port 7860
43
  ; ✅ Fix wrong directory (/app -> /web-ui)
44
  directory=/web-ui
45
  autorestart=true